diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-12-01 10:16:12 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-12-01 10:16:12 +0700 |
| commit | ae3207e9778c3f2fb01d64714ff15fc073ec093d (patch) | |
| tree | 7b4c8cd8c00fec4d9eeafec8e01e938917cbee2e /src/common/styles | |
| parent | 812e4ac0afc56ee3121a5673af35bf8be2f4432c (diff) | |
Update compute different, result, and product list feature
Diffstat (limited to 'src/common/styles')
| -rw-r--r-- | src/common/styles/globals.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/styles/globals.css b/src/common/styles/globals.css index 861f1c0..ef8c0b8 100644 --- a/src/common/styles/globals.css +++ b/src/common/styles/globals.css @@ -4,7 +4,7 @@ html, body { - @apply bg-neutral-100 font-primary; + @apply bg-neutral-100 font-primary antialiased; } .react-select__control { |
