File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/main/kotlin/io/github/composegears/valkyrie/ui Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 66
77- Add ability to import Material Symbols directly inside plugin and convert it into ImageVector
88
9+ ### Changed
10+
11+ - Enhance contrast of Snackbar colors for better visibility
12+
913## [ 0.17.4] ( https://github.com/ComposeGears/Valkyrie/releases/tag/0.17.4 ) - 2025-10-22
1014
1115### Fixed
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ fun ValkyriePlugin(
115115 Snackbar (
116116 snackbarData = it,
117117 shape = MaterialTheme .shapes.small,
118- containerColor = MaterialTheme .colorScheme.background ,
119- contentColor = MaterialTheme .colorScheme.onBackground ,
118+ containerColor = MaterialTheme .colorScheme.inverseSurface ,
119+ contentColor = MaterialTheme .colorScheme.inverseOnSurface ,
120120 )
121121 },
122122 )
You can’t perform that action at this time.
0 commit comments