Skip to content

Commit

Permalink
Update proclaim.js theme to use new primary button color (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSjodinFaithlife authored Sep 5, 2024
1 parent b655182 commit ceed6d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faithlife/styled-ui",
"version": "6.12.3",
"version": "6.12.4",
"main": "dist/main.js",
"repository": "[email protected]:Faithlife/styled-ui.git",
"license": "MIT",
Expand Down
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 ceed6d5

Please sign in to comment.