Skip to content

Commit

Permalink
Update proclaim.js theme to use new primary button color
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSjodinFaithlife authored Sep 5, 2024
1 parent b655182 commit 79822f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme/brandOverrides/proclaim.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ export const theme = {
},
'&:disabled': {
color: '#999999',
borderColor: '#767676',
borderColor: '#5A5962',
backgroundColor: 'transparent',
},
},
minor: {
border: 1,
color: 'foregroundPrimary',
backgroundColor: '#767676',
borderColor: '#767676',
backgroundColor: '#5A5962',
borderColor: '#5A5962',
'&:hover': {
backgroundColor: '#666666',
borderColor: '#666666',
Expand Down Expand Up @@ -185,7 +185,7 @@ export const theme = {
},
'&:disabled': {
color: '#999999',
borderColor: '#767676',
borderColor: '#5A5962',
backgroundColor: 'transparent',
},
},
Expand Down

0 comments on commit 79822f2

Please sign in to comment.