mirror of
https://github.com/Jellify-Music/App.git
synced 2025-12-30 23:39:51 -06:00
Update purplegray color token value to something darker and grayer
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export enum Colors {
|
||||
Primary = "#cc2f71", // Telemagenta
|
||||
Secondary = "#B5AADC", // Wisteria
|
||||
Secondary = "#66617B", // Wisteria
|
||||
Borders = "#100538", // Russian Violet
|
||||
Background = "#070217", // Rich Black
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ const tokens = createTokens({
|
||||
color: {
|
||||
purpleDark: "#070217",
|
||||
purple: "#100538",
|
||||
purpleGray: "#B5AADC",
|
||||
purpleGray: "#66617B",
|
||||
telemagenta: "#cc2f71",
|
||||
white: "#ffffff",
|
||||
black: "#000000"
|
||||
@@ -26,7 +26,7 @@ const jellifyConfig = createTamagui({
|
||||
themes: {
|
||||
dark: {
|
||||
background: tokens.color.purpleDark,
|
||||
borderColor: tokens.color.purple,
|
||||
borderColor: tokens.color.purpleGray,
|
||||
color: tokens.color.white
|
||||
},
|
||||
light: {
|
||||
|
||||
Reference in New Issue
Block a user