mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 00:57:02 +05:30
Brighten up secondary color for dark theme
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
bdf5cb7a2e
commit
008c2171ff
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ val lightColors = lightColors(
|
|||
|
||||
val darkColors = darkColors(
|
||||
primary = Color.White,
|
||||
secondary = Color(0xFF6C0000),
|
||||
secondary = Color(0xFFD2362D),
|
||||
background = Color.Black,
|
||||
surface = Color.Black,
|
||||
onPrimary = Color.Black,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue