Skip to content

Commit

Permalink
fix: reset button gap
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcgrath13 committed Jan 3, 2025
1 parent f0051a3 commit 6d9b2ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions containers/ecr-viewer/src/app/components/Filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const Filters = () => {
unstyled
onClick={resetToDefault}
aria-label="Reset Filters to Defaults"
className="gap-0025"
>
<span className="square-205 usa-icon">
<Icon.Autorenew aria-hidden className="square-205" />
Expand Down
4 changes: 4 additions & 0 deletions containers/ecr-viewer/src/styles/utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
margin-top: 1.5rem;
}

.gap-0025 {
gap: 0.25rem;
}

.gap-1 {
gap: 0.5rem;
}
Expand Down

0 comments on commit 6d9b2ef

Please sign in to comment.