Skip to content

Commit

Permalink
Fix buttons' style (#2966)
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex authored Aug 5, 2024
1 parent 7dfe0e2 commit 6d79e21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/styles/button.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.c-btn {
.c-btn,
[class^='ButtonBase__ButtonContainer'] {
font-size: 1rem;
line-height: 1.25;
color: var(--color-primary);
Expand Down
4 changes: 2 additions & 2 deletions src/styles/social.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@

& .eapps-widget {
& [class^='ButtonBase__ButtonContainer'] {
@extend .c-btn;
color: var(--color-primary) !important;
font-size: 1rem !important;
font-weight: 400 !important;
border: 1px solid var(--color-action) !important;
margin-top: 1.5rem;
padding: 1rem 3rem 0.875rem !important;
border: 1px solid var(--color-action) !important;
border-radius: 0.25rem !important;

& span {
Expand Down

0 comments on commit 6d79e21

Please sign in to comment.