diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-08 13:33:57 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-08 13:33:57 +0700 |
| commit | 4b25b3e36c459b34f075550ca6e61b1d8f2643ce (patch) | |
| tree | 40904eb0244bdad2854fd61c8be7682019c09b71 /src/styles | |
| parent | 7111d0e3772d898ec12e2a576f529478596c0fab (diff) | |
fix
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index d27913a2..551ff057 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -151,6 +151,7 @@ button { @apply bg-danger-500 border-danger-500 text-gray_r-1 + hover:bg-danger-600 disabled:text-gray_r-1 disabled:bg-danger-200 disabled:border-danger-200; @@ -488,7 +489,7 @@ button { font-medium !text-gray_r-1 rounded-none - rounded-tr-xl; + rounded-t-xl; } .navbar-user-dropdown-button span { |
