Skip to content

Commit

Permalink
feat: set accent color for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
suschneider authored and SGrueber committed Dec 7, 2021
1 parent 38124c7 commit 5e44ece
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/global/forms/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
}
}

input {
accent-color: $input-accent-color;
}

input[type='file'] {
padding: 0;
border: none;
Expand Down
1 change: 1 addition & 0 deletions src/styles/themes/blue/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ $headings-color: $text-color-primary;

// Forms
$input-placeholder-color: $text-color-quarternary;
$input-accent-color: #222;

// Dropdowns
//
Expand Down
1 change: 1 addition & 0 deletions src/styles/themes/default/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ $headings-color: $text-color-primary;

// Forms
$input-placeholder-color: $text-color-quarternary;
$input-accent-color: #222;

// Dropdowns
//
Expand Down

0 comments on commit 5e44ece

Please sign in to comment.