Reduced alpha from line selected in light theme
This commit is contained in:
parent
290c5324f2
commit
3cb7d25a33
@ -12,7 +12,7 @@ val lightTheme = ColorsScheme(
|
|||||||
error = Color(0xFFc93838),
|
error = Color(0xFFc93838),
|
||||||
onError = Color(0xFFFFFFFF),
|
onError = Color(0xFFFFFFFF),
|
||||||
background = Color(0xFFFFFFFF),
|
background = Color(0xFFFFFFFF),
|
||||||
backgroundSelected = Color(0xFFcee1f2),
|
backgroundSelected = Color(0xC0cee1f2),
|
||||||
surface = Color(0xFFe9ecf7),
|
surface = Color(0xFFe9ecf7),
|
||||||
headerBackground = Color(0xFFF4F6FA),
|
headerBackground = Color(0xFFF4F6FA),
|
||||||
borderColor = Color(0xFF989898),
|
borderColor = Color(0xFF989898),
|
||||||
|
Loading…
Reference in New Issue
Block a user