From 4fa84d5c10d22ba2454f47b93c2d82e741e80f96 Mon Sep 17 00:00:00 2001 From: Praveen Murali Date: Fri, 23 Aug 2024 13:03:15 +0530 Subject: [PATCH] Update border color --- src/styles/editor/_editor.scss | 5 +++-- src/styles/editor/menu.scss | 9 +++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/styles/editor/_editor.scss b/src/styles/editor/_editor.scss index 1fa87a6b..321f4f14 100644 --- a/src/styles/editor/_editor.scss +++ b/src/styles/editor/_editor.scss @@ -36,7 +36,7 @@ } &.fixed-menu-active { - border: thin solid rgb(var(--neeto-ui-gray-300)); + border: thin solid rgb(var(--neeto-ui-gray-400)); border-top: none; border-top-left-radius: 0px; border-top-right-radius: 0px; @@ -109,7 +109,8 @@ &__wrapper { padding: 4px 0px; } + &__item { padding: 8px 12px; } -} +} \ No newline at end of file diff --git a/src/styles/editor/menu.scss b/src/styles/editor/menu.scss index 425ef31d..5540e0fc 100644 --- a/src/styles/editor/menu.scss +++ b/src/styles/editor/menu.scss @@ -1,5 +1,5 @@ .neeto-editor-fixed-menu { - border: thin solid rgb(var(--neeto-ui-gray-300)); + border: thin solid rgb(var(--neeto-ui-gray-400)); border-radius: var(--neeto-ui-rounded) var(--neeto-ui-rounded) 0px 0px; border-bottom: none; background-color: rgb(var(--neeto-ui-white)); @@ -8,7 +8,7 @@ &--independant { border-radius: unset; - border-bottom: thin solid rgb(var(--neeto-ui-gray-300)); + border-bottom: thin solid rgb(var(--neeto-ui-gray-400)); .neeto-editor-fixed-menu__wrapper { border-bottom: 0 !important; @@ -68,7 +68,7 @@ flex-grow: 1; width: 100%; padding: 0 2px; - border-bottom: thin solid rgb(var(--neeto-ui-gray-300)); + border-bottom: thin solid rgb(var(--neeto-ui-gray-400)); &__button-group { display: flex; @@ -313,6 +313,7 @@ flex-direction: column; gap: 4px; } + &__input-label { color: white; } @@ -397,4 +398,4 @@ z-index: 1; border-radius: 100%; } -} +} \ No newline at end of file