summaryrefslogtreecommitdiffstats
path: root/frontend-components/tables/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-components/tables/src/index.css')
-rw-r--r--frontend-components/tables/src/index.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend-components/tables/src/index.css b/frontend-components/tables/src/index.css
index 7aad047742e..7a945a5c1b9 100644
--- a/frontend-components/tables/src/index.css
+++ b/frontend-components/tables/src/index.css
@@ -6,7 +6,7 @@
@layer components {
._input {
- @apply w-full text-xs px-2 py-1 bg-grey-900 h-[36px] border-[1.5px] border-grey-700 rounded text-white focus:text-white focus:border-white active:border-white focus:ring-0 hover:border-white disabled:border-grey-600 font-normal;
+ @apply w-full text-xs px-2 py-1 bg-grey-50 dark:bg-grey-900 h-[36px] border-[1.5px] border-grey-300 dark:border-grey-700 rounded outline-none dark:outline-1 focus:border-grey-500 active:border-grey-500 dark:text-white dark:focus:text-white dark:focus:border-white dark:active:border-white dark:hover:border-white disabled:border-grey-600 font-normal;
}
._btn-common {
@apply whitespace-nowrap inline-flex w-full items-center justify-center gap-2 rounded py-2 px-6 text-center !no-underline transition duration-150 ease-out md:w-fit;
@@ -43,7 +43,6 @@
body {
font-family: "Fira Code", monospace;
- background-color: black;
}
/*table tbody {