Commit 4ba08fe6 authored by peterhegman's avatar peterhegman

Fix input group text border color

Color was $gray-100 when it should be $gray-400.

Changelog: fixed
parent 1f693f1c
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
$secondary: $gray-light; $secondary: $gray-light;
$input-disabled-bg: $gray-light; $input-disabled-bg: $gray-light;
$input-border-color: $gray-100; $input-border-color: $gray-400;
$input-color: $gl-text-color; $input-color: $gl-text-color;
$input-font-size: $gl-font-size; $input-font-size: $gl-font-size;
$font-family-sans-serif: $regular-font; $font-family-sans-serif: $regular-font;
......
...@@ -140,7 +140,7 @@ h1 { ...@@ -140,7 +140,7 @@ h1 {
color: #fafafa; color: #fafafa;
background-color: #333; background-color: #333;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #404040; border: 1px solid #868686;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@media (prefers-reduced-motion: reduce) { @media (prefers-reduced-motion: reduce) {
......
...@@ -121,7 +121,7 @@ h1 { ...@@ -121,7 +121,7 @@ h1 {
color: #303030; color: #303030;
background-color: #fff; background-color: #fff;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #dbdbdb; border: 1px solid #868686;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@media (prefers-reduced-motion: reduce) { @media (prefers-reduced-motion: reduce) {
......
...@@ -189,7 +189,7 @@ hr { ...@@ -189,7 +189,7 @@ hr {
color: #303030; color: #303030;
background-color: #fff; background-color: #fff;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #dbdbdb; border: 1px solid #868686;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@media (prefers-reduced-motion: reduce) { @media (prefers-reduced-motion: reduce) {
......
...@@ -140,7 +140,7 @@ h1 { ...@@ -140,7 +140,7 @@ h1 {
color: #fafafa; color: #fafafa;
background-color: #333; background-color: #333;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #404040; border: 1px solid #868686;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@media (prefers-reduced-motion: reduce) { @media (prefers-reduced-motion: reduce) {
......
...@@ -121,7 +121,7 @@ h1 { ...@@ -121,7 +121,7 @@ h1 {
color: #303030; color: #303030;
background-color: #fff; background-color: #fff;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #dbdbdb; border: 1px solid #868686;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@media (prefers-reduced-motion: reduce) { @media (prefers-reduced-motion: reduce) {
......
...@@ -189,7 +189,7 @@ hr { ...@@ -189,7 +189,7 @@ hr {
color: #303030; color: #303030;
background-color: #fff; background-color: #fff;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #dbdbdb; border: 1px solid #868686;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@media (prefers-reduced-motion: reduce) { @media (prefers-reduced-motion: reduce) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment