Skip to content

Commit

Permalink
fix: use correct close icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Feb 15, 2021
1 parent badff15 commit 523feff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/assets/icons/ic_close.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/NoAccountWarning.tsx
Expand Up @@ -28,7 +28,7 @@ function NoAccountWarning({ appState }: { appState: AppState }) {
}}
title="Ignore"
label="Ignore"
className="border-0 p-0 bg-transparent cursor-pointer rounded-md col-start-2 row-start-1 color-neutral hover:color-info"
className="border-0 m-0 p-0 bg-transparent cursor-pointer rounded-md col-start-2 row-start-1 color-neutral hover:color-info"
>
<Close className="fill-current" />
</button>
Expand Down
3 changes: 3 additions & 0 deletions app/assets/stylesheets/_ui.scss
Expand Up @@ -111,6 +111,9 @@ $screen-md-max: ($screen-lg-min - 1) !default;
margin-top: 1.25rem;
}

.p-0 {
padding: 0rem;
}
.p-5 {
padding: 1.25rem;
}
Expand Down

0 comments on commit 523feff

Please sign in to comment.