File tree 2 files changed +2
-4
lines changed
android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ import net.mullvad.mullvadvpn.lib.theme.typeface.listItemText
38
38
private fun PreviewTunnelingCell () {
39
39
AppTheme {
40
40
SpacedColumn (
41
- modifier =
42
- Modifier .background(color = MaterialTheme .colorScheme.surface).padding(20 .dp)
41
+ modifier = Modifier .background(color = MaterialTheme .colorScheme.surface).padding(20 .dp)
43
42
) {
44
43
SplitTunnelingCell (
45
44
title = " Mullvad VPN" ,
Original file line number Diff line number Diff line change @@ -152,8 +152,7 @@ fun CustomListLocationsScreen(
152
152
modifier =
153
153
Modifier .drawVerticalScrollbar(
154
154
state = lazyListState,
155
- color =
156
- MaterialTheme .colorScheme.onSurface.copy(alpha = AlphaScrollbar )
155
+ color = MaterialTheme .colorScheme.onSurface.copy(alpha = AlphaScrollbar )
157
156
)
158
157
.fillMaxWidth(),
159
158
state = lazyListState,
You can’t perform that action at this time.
0 commit comments