From 8f9757b2f765b776519ebb72d2c48a294a08e6db Mon Sep 17 00:00:00 2001 From: Fabian Date: Wed, 30 Oct 2019 22:41:39 +0100 Subject: [PATCH] Fixing bug where some inputs would not have the correct text color --- package.json | 2 +- src/theme/_input.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dbab518..1dfbbc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hibas123/theme", - "version": "1.2.12", + "version": "1.2.13", "description": "", "main": " ", "files": [ diff --git a/src/theme/_input.scss b/src/theme/_input.scss index 4ff24f7..1b233bb 100644 --- a/src/theme/_input.scss +++ b/src/theme/_input.scss @@ -7,6 +7,10 @@ } } +.input-group { + @extend .inp; +} + .input-checkbox { span { background-color: $button-color;