Skip to content

Commit

Permalink
fix(FileUploader): make changes based on design audit (#10888)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] committed Mar 15, 2022
1 parent b71bea0 commit 729879c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
min-height: $spacing-09;
align-items: center;
margin-bottom: $spacing-03;
background-color: $field;
background-color: $layer;
gap: rem(12px) $spacing-05;
grid-auto-rows: auto;
grid-template-columns: 1fr auto;
Expand Down Expand Up @@ -187,7 +187,7 @@

max-width: rem(320px);
margin-bottom: $spacing-03;
background-color: $field;
background-color: $layer;
outline-width: 1px;
}

Expand Down Expand Up @@ -280,7 +280,7 @@

// for checkmark contrast
[data-icon-path='inner-path'] {
fill: $icon-on-color;
fill: $icon-inverse;
opacity: 1;
}
}
Expand Down

0 comments on commit 729879c

Please sign in to comment.