Skip to content

Commit

Permalink
#18 [front] changed primary color to green
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Jan 19, 2024
1 parent 41d5be8 commit f2435fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package ru.vityaman.mylogistics.view

object Color {
val primary = "#ff1493"
val primary = "#388e3c"
val secondary = "#FF00FF"
val accent = "#77F"
val error = "#FF2222"
Expand Down

0 comments on commit f2435fd

Please sign in to comment.