🆙 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
@@ -22,7 +22,7 @@ export const HelpIndexView: FC<{}> = props =>
return (
<>
<div className="flex flex-col justify-center alignp-items-enter !flex-grow gap-1">
<div className="flex flex-col justify-center alignp-items-enter grow! gap-1">
<Text fontSize={ 3 }>{ LocalizeText('help.main.frame.title') }</Text>
<Text>{ LocalizeText('help.main.self.description') }</Text>
</div>