Align admin mobile colors with Tamagui v2 tokens
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-02-04 11:44:07 +01:00
parent 9ddb135c03
commit 972f003b26
8 changed files with 60 additions and 41 deletions

View File

@@ -1,8 +1,8 @@
import { useTheme, useThemeName } from '@tamagui/core';
export const ADMIN_COLORS = {
primary: '#4F46E5', // Indigo 600
primaryStrong: '#4338CA', // Indigo 700
primary: '#FF5A5F', // Brand Rose
primaryStrong: '#F43F5E', // Rose 500
accent: '#F43F5E', // Rose 500
accentSoft: '#E0E7FF', // Indigo 100
accentWarm: '#FFE4E6', // Rose 100