diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-16 11:22:45 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-16 11:22:45 +0700 |
| commit | f45dee703450c42521884f8e0da8ae49f652b8c6 (patch) | |
| tree | 184ef403a9808e05823e9e2a93d0e24dae7b385c /src/styles/globals.css | |
| parent | a03d150a2816ed7f901d3acf0ceb26c4025365e1 (diff) | |
item cart delete confirmation
Diffstat (limited to 'src/styles/globals.css')
| -rw-r--r-- | src/styles/globals.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index d3fb5643..b10e043a 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -65,28 +65,28 @@ html, body { .badge-red { @apply - bg-red_r-6 + bg-red_r-5 text-red_r-11 ; } .badge-gray { @apply - bg-gray_r-6 + bg-gray_r-5 text-gray_r-11 ; } .badge-yellow { @apply - bg-yellow_r-6 + bg-yellow_r-5 text-yellow_r-11 ; } .badge-green { @apply - bg-green_r-6 + bg-green_r-5 text-green_r-11 ; } @@ -261,7 +261,7 @@ html, body { w-full h-full z-[55] - bg-gray-900/60 + bg-gray_r-12/60 ; } |
