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)