File tree 1 file changed +2
-0
lines changed
android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import androidx.compose.foundation.lazy.rememberLazyListState
9
9
import androidx.compose.material.icons.Icons
10
10
import androidx.compose.material.icons.filled.Share
11
11
import androidx.compose.material3.Card
12
+ import androidx.compose.material3.CardDefaults
12
13
import androidx.compose.material3.ExperimentalMaterial3Api
13
14
import androidx.compose.material3.Icon
14
15
import androidx.compose.material3.IconButton
@@ -115,6 +116,7 @@ fun ViewLogsScreen(
115
116
end = Dimens .sideMargin,
116
117
bottom = Dimens .screenVerticalMargin
117
118
),
119
+ colors = CardDefaults .cardColors(containerColor = MaterialTheme .colorScheme.onPrimary)
118
120
) {
119
121
if (state.isLoading) {
120
122
MullvadCircularProgressIndicatorMedium (
You can’t perform that action at this time.
0 commit comments