style(control): tailwind.config.js

This commit is contained in:
2026-01-17 13:17:25 +01:00
parent ce28a1f771
commit d6bafd4e6f
+3 -3
View File
@@ -216,6 +216,6 @@ module.exports = {
'active:bg-red-500',
'hover:bg-stone-600/70',
'active:bg-stone-500/80',
],
}
'active:bg-stone-500/80'
]
};