Skip to content

Commit

Permalink
style: Use a lighter shade of grey for Dark Theme swipe background
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Nov 28, 2024
1 parent 88fa3c1 commit 0458c62
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ private const val specific4 = 0xFFEAC35D
private const val specific5 = 0xFF49DEFD

// Extra palette
private const val grey = 0xFFCFCFCF
private const val elephant = 0xFF666666
private const val white = 0xFFFFFFFF
private const val black = 0xFF000000
Expand Down Expand Up @@ -96,7 +97,7 @@ val CustomDarkColorScheme = CustomColorScheme(
transferListStroke = Color(green_main),
highlightedColor = Color(green_dark),
warning = Color(warning),
swipeDefault = Color(elephant),
swipeDefault = Color(grey),
swipeDelete = Color(error),
swipeIcon = Color(black),
)

0 comments on commit 0458c62

Please sign in to comment.