Skip to content

Commit

Permalink
fix(button): secondary button taking white outline (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Jan 6, 2024
1 parent 0302a79 commit 04cfe6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/PdapButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const classes = reactive({
}
.pdap-button-secondary {
@apply pdap-button bg-white border-2 border-brand-gold text-brand-gold;
@apply pdap-button bg-transparent border-2 border-brand-gold text-brand-gold;
}
.pdap-button-secondary[type='submit'] {
Expand Down

0 comments on commit 04cfe6a

Please sign in to comment.