mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-20 16:50:33 -05:00
6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
export enum Colors {
|
|
White = "#ffffff",
|
|
Primary = "#cc2f71",
|
|
Secondary = "#100538",
|
|
Black = "#000000"
|
|
} |