diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-23 15:08:26 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-23 15:08:26 -0700 |
| commit | 99d19214570845faa9698e3cff80c2f95d2afa6a (patch) | |
| tree | 8e416e0488d364f335b81f4ecedfc6fe99649850 /frontend/src/pages/Login.tsx | |
| parent | aabcc5f7d6d57e502b4089dc7634b2273437bdc6 (diff) | |
chore: migrate tailwind 3 to tailwind 4
Diffstat (limited to 'frontend/src/pages/Login.tsx')
| -rw-r--r-- | frontend/src/pages/Login.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/Login.tsx b/frontend/src/pages/Login.tsx index 5bbdefc..c6b7bec 100644 --- a/frontend/src/pages/Login.tsx +++ b/frontend/src/pages/Login.tsx @@ -101,7 +101,7 @@ const Login = () => { {errors.general && ( <div className="mb-6 bg-red-900/50 border border-red-700 rounded-md p-4"> <div className="flex"> - <div className="flex-shrink-0"> + <div className="shrink-0"> <svg className="h-5 w-5 text-red-400" viewBox="0 0 20 20" |
