Adjust default branding accent color

This commit is contained in:
Codex Agent
2026-01-15 09:23:34 +01:00
parent 14acce0f4b
commit 738af5f76f

View File

@@ -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',