Skip to content

Commit

Permalink
feat(text-input): add primary and hover colors to toggle SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Sep 6, 2018
1 parent 992f43c commit 67d4e5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/text-input/_text-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@
background: none;
cursor: pointer;
outline: inherit;

svg {
fill: $brand-01;

&:hover {
fill: $hover-primary;
}
}
}
}

Expand Down

0 comments on commit 67d4e5a

Please sign in to comment.