From 40d02e52ec44d2c52cad2cdb1dffd03bb2529acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Mon, 20 Feb 2023 14:12:51 +0100 Subject: [PATCH] Improve base colors --- src/runtime/components/BitinflowButton.vue | 4 ++-- src/runtime/components/BitinflowInput.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/runtime/components/BitinflowButton.vue b/src/runtime/components/BitinflowButton.vue index 5f05feb..a3d0f86 100644 --- a/src/runtime/components/BitinflowButton.vue +++ b/src/runtime/components/BitinflowButton.vue @@ -119,11 +119,11 @@ export default { @apply bg-white hover:bg-zinc-100 dark:bg-base-700 dark:hover:bg-base-600 text-black dark:text-white; } .base-outline { - @apply border-zinc-200 hover:bg-zinc-200 dark:hover:bg-base-700 dark:border-base-500 dark:hover:border-base-500 text-black dark:text-white; + @apply border-zinc-100 hover:bg-zinc-100 dark:hover:bg-base-700 dark:border-base-600 dark:hover:border-base-600 text-black dark:text-white; } .light-solid { - @apply bg-zinc-200 hover:bg-zinc-300 dark:bg-base-500 dark:hover:bg-base-400 text-black dark:text-white; + @apply bg-zinc-200 hover:bg-zinc-300 dark:bg-base-600 dark:hover:bg-base-500 text-black dark:text-white; } .light-outline { @apply border-zinc-200 hover:bg-zinc-200 hover:border-zinc-200 dark:hover:bg-base-500 dark:border-base-500 dark:hover:border-base-500 text-black dark:text-white; diff --git a/src/runtime/components/BitinflowInput.vue b/src/runtime/components/BitinflowInput.vue index bec2505..c317cf7 100644 --- a/src/runtime/components/BitinflowInput.vue +++ b/src/runtime/components/BitinflowInput.vue @@ -4,7 +4,7 @@ {{ label }}