fixup tw css error

This commit is contained in:
oiov
2025-06-20 20:36:17 +08:00
parent a9156f505c
commit 8e13fec132
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ const VersionNotifier: React.FC<VersionNotifierProps> = ({
}
return (
<div className="max-w-xs rounded-lg border border-gray-200 bg-muted bg-white p-4 shadow-xl dark:border-gray-700 dark:bg-gray-800">
<div className="max-w-xs rounded-lg border bg-muted p-4 shadow-xl dark:border-gray-700 dark:bg-gray-800">
<div className="mb-2 flex items-center justify-between">
<div className="flex items-center space-x-2">
<span className="text-sm font-medium text-gray-900 dark:text-white">
+1 -1
View File
File diff suppressed because one or more lines are too long