Skip to content

Commit

Permalink
fix btn display
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidFyon committed Jul 30, 2024
1 parent e1ed7c0 commit 09ad3a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/synapse-bridge/src/styles/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ a {

.v-btn {
text-transform: none !important;
padding: 0 0.5rem;
font-weight: 600 !important;
}
.v-btn--size-default {
--v-btn-size: 1rem !important;
padding: 0 16px !important;
}

0 comments on commit 09ad3a5

Please sign in to comment.