From 22176f243f62b687458695b4150962d58bdf4ef6 Mon Sep 17 00:00:00 2001 From: AntoXa PRO Date: Fri, 6 Oct 2023 09:57:27 +0300 Subject: [PATCH] disabled field theme --- package.json | 2 +- src/style/theme.sass | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3857486..b44bc80 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axp-ui", "descriiption": "My helper ui lib", - "version": "1.8.1", + "version": "1.8.2", "homepage": "https://antoxahub.ru/antoxa/axp-ui", "repository": { "type": "git", diff --git a/src/style/theme.sass b/src/style/theme.sass index 44597ce..8eaea91 100644 --- a/src/style/theme.sass +++ b/src/style/theme.sass @@ -43,9 +43,11 @@ .message @apply text-error border-error &.disabled - @apply text-dark/60 + @apply text-dark/30 .input - @apply bg-light/10 + > * + @apply bg-light + @apply text-dark/30 &-btn @apply outline-none &:hover:not(:active)