Skip to content

Commit

Permalink
Centered "View more" and "Go to categories" buttons (#2045)
Browse files Browse the repository at this point in the history
* fix

* update Button.scss to center View more button

* Update Subjects.tsx

* Update validations.constants.ts

* Update validations.constants.ts
  • Loading branch information
docia authored Jul 5, 2024
1 parent b1c5595 commit d283fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/src/atoms/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
line-height: var(--s2s-button-line-height, $lh-base);
letter-spacing: var(--s2s-button-letter-spacing, $ls-base);
text-transform: var(--s2s-button-text-transform, $tt-none);
display: inline-flex;
display: flex;
border-radius: spacing(1);

& > .MuiButton-startIcon {
Expand Down

0 comments on commit d283fff

Please sign in to comment.