Skip to content

Commit 88b9bc2

Browse files
committed
chore: add colors
1 parent 3369686 commit 88b9bc2

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/Colors.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ object Colors {
2828
val Black70 = Color.Black.copy(alpha = 0.7f)
2929
val Black92 = Color.Black.copy(alpha = 0.92f)
3030
val Black25 = Color.Black.copy(alpha = 0.25f)
31+
val White01 = Color.White.copy(alpha = 0.01f)
3132
val White06 = Color.White.copy(alpha = 0.06f)
3233
val White08 = Color.White.copy(alpha = 0.08f)
3334
val White10 = Color.White.copy(alpha = 0.10f)

0 commit comments

Comments
 (0)