🆙 Upgrade to tailwind css 4.2.0

This commit is contained in:
duckietm
2026-02-20 08:17:17 +01:00
parent eef3841c87
commit f2446d232b
93 changed files with 188 additions and 188 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export const NitroCardView: FC<NitroCardViewProps> = props =>
const newClassNames: string[] = [ 'resize', 'rounded', 'shadow', ];
// Card Theme Changer
newClassNames.push('border-[1px] border-[#283F5D]');
newClassNames.push('border border-[#283F5D]');
if(classNames.length) newClassNames.push(...classNames);