Skip to content

Commit f439c93

Browse files
committed
fix: Add scrim color to dark theme
1 parent 8c1ecdf commit f439c93

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/java/to/bitkit/ui/theme

1 file changed

+1
-0
lines changed

app/src/main/java/to/bitkit/ui/theme/Theme.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ private object ColorPalette {
5050
onPrimary = Colors.Black,
5151
onSecondary = Colors.White,
5252
outlineVariant = Colors.White10, // divider default
53+
scrim = Colors.Black,
5354
)
5455
}
5556

0 commit comments

Comments
 (0)