recherche
This commit is contained in:
12
app/constants/uiTheme.ts
Normal file
12
app/constants/uiTheme.ts
Normal file
@ -0,0 +1,12 @@
|
||||
/** Palette terrain / extérieur — contraste élevé, actions distinctes. */
|
||||
export const UI = {
|
||||
primary: '#1D4ED8',
|
||||
success: '#16A34A',
|
||||
warning: '#D97706',
|
||||
danger: '#DC2626',
|
||||
screen: '#F1F5F9',
|
||||
card: '#FFFFFF',
|
||||
text: '#0F172A',
|
||||
textMuted: '#475569',
|
||||
border: '#CBD5E1',
|
||||
} as const;
|
||||
Reference in New Issue
Block a user