Skip to content

Commit 8ff82cc

Browse files
committed
[Issue-27] - Changing color
1 parent 673749c commit 8ff82cc

File tree

1 file changed

+1
-1
lines changed
  • core-ui/src/main/java/com/codandotv/streamplayerapp/core_ui/resources

1 file changed

+1
-1
lines changed

core-ui/src/main/java/com/codandotv/streamplayerapp/core_ui/resources/Colors.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Colors {
1111
)
1212

1313
val DarkColors = darkColorScheme(
14-
primary = Color(0xFFFFFFFF),
14+
primary = Color(0xFF000000),
1515
)
1616

1717
}

0 commit comments

Comments
 (0)