refactor: rename class
This commit is contained in:
parent
720a5c76e5
commit
83aa75a89d
2 changed files with 4 additions and 2 deletions
src/main/kotlin/xyz/atnrch/wrench/ui
2
src/main/kotlin/xyz/atnrch/wrench/ui/Fonts.kt
Normal file
2
src/main/kotlin/xyz/atnrch/wrench/ui/Fonts.kt
Normal file
|
@ -0,0 +1,2 @@
|
|||
package xyz.atnrch.wrench.ui
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
package xyz.atnrch.wrench.colors
|
||||
package xyz.atnrch.wrench.ui
|
||||
|
||||
import androidx.compose.ui.graphics.Color
|
||||
|
||||
class WrenchColors {
|
||||
class UIColors {
|
||||
companion object {
|
||||
val PRIMARY = Color(0xFF424242)
|
||||
val LIGHT = Color(0xFF6D6D6D)
|
Reference in a new issue