Adjust default branding accent color
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-15 09:23:34 +01:00
parent 3ce6507268
commit 10232cf40e

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