fix: fix ci issues and update styles to remove ui elements
CI / backend (push) Successful in 6m11s
CI / frontend (push) Failing after 54s

This commit is contained in:
voltsrage
2026-08-11 20:33:23 +08:00
parent c871dc4842
commit f2eab26ad0
9 changed files with 85 additions and 30 deletions
+20 -12
View File
@@ -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',
},