fix: fix ci issues and update styles to remove ui elements
This commit is contained in:
@@ -8,23 +8,31 @@ export default {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: {
|
||||
50: '#eff6ff',
|
||||
100: '#dbeafe',
|
||||
300: '#93c5fd',
|
||||
400: '#60a5fa',
|
||||
500: '#3b82f6',
|
||||
600: '#2563eb',
|
||||
700: '#1d4ed8',
|
||||
800: '#1e40af',
|
||||
50: '#eff9f8',
|
||||
100: '#d9f0ee',
|
||||
300: '#92d2ca',
|
||||
400: '#5cb9ae',
|
||||
500: '#2f9d91',
|
||||
600: '#1f8075',
|
||||
700: '#17655d',
|
||||
800: '#124e48',
|
||||
},
|
||||
clinical: {
|
||||
safe: '#16a34a',
|
||||
warning: '#eab308',
|
||||
danger: '#dc2626',
|
||||
safe: '#2f9e58',
|
||||
warning: '#c98a1b',
|
||||
danger: '#c2293f',
|
||||
},
|
||||
},
|
||||
fontFamily: {
|
||||
sans: [
|
||||
'"Public Sans"',
|
||||
'ui-sans-serif',
|
||||
'system-ui',
|
||||
'-apple-system',
|
||||
'sans-serif',
|
||||
],
|
||||
},
|
||||
spacing: {
|
||||
// Rule of 8 — prefer these multiples of 8px in component spacing
|
||||
18: '4.5rem',
|
||||
22: '5.5rem',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user