Skip to content

Commit

Permalink
Fix logs card color regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Jul 2, 2024
1 parent 1e9a18a commit 11711a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import androidx.compose.foundation.lazy.rememberLazyListState
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.filled.Share
import androidx.compose.material3.Card
import androidx.compose.material3.CardDefaults
import androidx.compose.material3.ExperimentalMaterial3Api
import androidx.compose.material3.Icon
import androidx.compose.material3.IconButton
Expand Down Expand Up @@ -115,6 +116,7 @@ fun ViewLogsScreen(
end = Dimens.sideMargin,
bottom = Dimens.screenVerticalMargin
),
colors = CardDefaults.cardColors(containerColor = MaterialTheme.colorScheme.onPrimary)
) {
if (state.isLoading) {
MullvadCircularProgressIndicatorMedium(
Expand Down

0 comments on commit 11711a2

Please sign in to comment.