style(admin): reduce header height and simplify layout spacing and menu item focus styles

This commit is contained in:
2026-04-22 11:09:12 -04:00
parent ba3b6239b1
commit 345371d43c
27 changed files with 411 additions and 79 deletions
+3 -3
View File
@@ -24,9 +24,9 @@ const Badge = ({
};
const sizes = {
sm: 'px-2 py-0.5 rounded-full text-xs',
md: 'px-2.5 py-0.5 rounded-full text-xs',
lg: 'px-3 py-1 rounded-full text-sm'
sm: 'px-2 py-0.5 rounded-lg text-[11px]',
md: 'px-2.5 py-0.5 rounded-lg text-[11px]',
lg: 'px-3 py-1 rounded-lg text-xs'
};
return (