This commit is contained in:
legop3
2026-03-21 00:52:20 -04:00
parent 54f8684169
commit aeb4b29b88
9 changed files with 564 additions and 197 deletions
+1
View File
@@ -21,6 +21,7 @@ const TAB_VARIANTS = {
const TAB_HIGHLIGHTS = {
none: '',
pink: 'bg-pink-500 text-white border-pink-200 hover:bg-pink-400',
green: 'bg-emerald-500 text-white border-emerald-200 hover:bg-emerald-400',
};
const DEFAULT_VARIANT = 'primary';