diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/constants/product.ts | 4 | ||||
| -rw-r--r-- | src/common/styles/globals.css | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/common/constants/product.ts b/src/common/constants/product.ts new file mode 100644 index 0000000..873b2e6 --- /dev/null +++ b/src/common/constants/product.ts @@ -0,0 +1,4 @@ +export const SHOWING_SELECTIONS = [ + { key: "1", value: "", label: "Semua" }, + { key: "2", value: "not-count", label: "Belum dihitung" }, +]; 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 { |
