Skip to content

Commit

Permalink
fix: gap naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcgrath13 committed Jan 6, 2025
1 parent ab427b0 commit 64f03d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion containers/ecr-viewer/src/app/components/Filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Filters = () => {
unstyled
onClick={resetToDefault}
aria-label="Reset Filters to Defaults"
className="gap-0025"
className="gap-05"
>
<span className="square-205 usa-icon">
<Icon.Autorenew aria-hidden className="square-205" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ exports[`Filter by Reportable Conditions Component renders correctly after openi
</div>
<button
aria-label="Reset Filters to Defaults"
class="usa-button usa-button--unstyled gap-0025"
class="usa-button usa-button--unstyled gap-05"
data-testid="button"
type="button"
>
Expand Down
2 changes: 1 addition & 1 deletion containers/ecr-viewer/src/styles/utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
margin-top: 1.5rem;
}

.gap-0025 {
.gap-05 {
gap: 0.25rem;
}

Expand Down

0 comments on commit 64f03d1

Please sign in to comment.