Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Add icons to the Input component
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Nov 19, 2018
1 parent 8958129 commit df44fad
Show file tree
Hide file tree
Showing 13 changed files with 2,652 additions and 1,781 deletions.
7 changes: 4 additions & 3 deletions src/Dialog/__tests__/__snapshots__/Dialog.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ h6.c6 {
fill: #435a6f;
position: relative;
top: 0.1em;
height: 1em;
width: 1em;
}
@media (max-width:480px) {
Expand Down Expand Up @@ -441,11 +443,10 @@ h6.c6 {
<span>
<svg
class="c10 c1"
height="1em"
role="img"
style="height: 1em; width: 1em;"
size="1"
style="size: 1px;"
viewBox="0 0 16 16"
width="1em"
>
<path
d="M9.41 8l3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L8 6.59l-3.29-3.3a1.003 1.003 0 0 0-1.42 1.42L6.59 8 3.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L8 9.41l3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L9.41 8z"
Expand Down
Loading

0 comments on commit df44fad

Please sign in to comment.