Adjust default branding accent color
This commit is contained in:
@@ -3,9 +3,9 @@ import { useTheme } from '@tamagui/core';
|
||||
export const ADMIN_COLORS = {
|
||||
primary: '#FF5A5F',
|
||||
primaryStrong: '#C2413B',
|
||||
accent: '#FFB6C1',
|
||||
accentSoft: '#FFE5EC',
|
||||
accentWarm: '#FFD6DE',
|
||||
accent: '#FFF8F5',
|
||||
accentSoft: '#FFF1EB',
|
||||
accentWarm: '#FFE4DA',
|
||||
warning: '#F5C542',
|
||||
success: '#06D6A0',
|
||||
danger: '#B91C1C',
|
||||
|
||||
Reference in New Issue
Block a user