diff options
Diffstat (limited to 'ui/app/components/unit-input/index.scss')
-rw-r--r-- | ui/app/components/unit-input/index.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/app/components/unit-input/index.scss b/ui/app/components/unit-input/index.scss index 7995696a..7af91df9 100644 --- a/ui/app/components/unit-input/index.scss +++ b/ui/app/components/unit-input/index.scss @@ -1,9 +1,9 @@ .unit-input { min-height: 54px; - border: 1px solid #dedede; + border: 1px solid $tundora; border-radius: 4px; - background-color: #fff; - color: #4d4d4d; + background-color: $dark-gray; + color: $dim-gray; font-size: 1rem; padding: 8px 10px; position: relative; @@ -25,7 +25,7 @@ } &__input { - color: #4d4d4d; + color: $white; font-size: 1rem; font-family: Roboto; border: none; |