Skip to content

Commit

Permalink
Shrink badge image on badge dialog screen
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
  • Loading branch information
automated-signal and EvanHahn-Signal committed Nov 15, 2021
1 parent 709d955 commit 92b8af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stylesheets/components/BadgeDialog.scss
Expand Up @@ -104,7 +104,7 @@
display: flex;
justify-content: center;
margin-bottom: 8px;
margin-top: 24px;
margin-top: 12px;
}

&__description {
Expand Down
2 changes: 1 addition & 1 deletion ts/components/BadgeDialog.tsx
Expand Up @@ -83,7 +83,7 @@ function BadgeDialogWithBadges({
type="button"
/>
<div className="BadgeDialog__main">
<BadgeImage badge={currentBadge} size={200} />
<BadgeImage badge={currentBadge} size={160} />
<div className="BadgeDialog__name">{currentBadge.name}</div>
<div className="BadgeDialog__description">
<BadgeDescription
Expand Down

0 comments on commit 92b8af9

Please sign in to comment.