Skip to content

Commit

Permalink
Update Proclaim theme's hover and pressed buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSjodinFaithlife committed Sep 5, 2024
1 parent ceed6d5 commit 334be9b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions theme/brandOverrides/proclaim.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const theme = {

multi: {
border: '#46444F',
selectedBackground: '#323232',
selectedBackground: '#383643',
selectedForeground: 'foregroundPrimary',
},
},
Expand Down Expand Up @@ -79,8 +79,8 @@ export const theme = {
},
'&:disabled': {
color: '#999999',
backgroundColor: '#666666',
borderColor: '#666666',
backgroundColor: '#838290',
borderColor: '#838290',
},
},
secondary: {
Expand All @@ -94,8 +94,8 @@ export const theme = {
},
'&:active': {
color: 'foregroundPrimary',
backgroundColor: '#323232',
borderColor: '#323232',
backgroundColor: '#383643',
borderColor: '#383643',
},
'&:disabled': {
color: '#999999',
Expand All @@ -109,17 +109,17 @@ export const theme = {
backgroundColor: '#5A5962',
borderColor: '#5A5962',
'&:hover': {
backgroundColor: '#666666',
borderColor: '#666666',
backgroundColor: '#838290',
borderColor: '#838290',
},
'&:active': {
backgroundColor: '#323232',
borderColor: '#323232',
backgroundColor: '#383643',
borderColor: '#383643',
},
'&:disabled': {
color: '#999999',
backgroundColor: '#666666',
borderColor: '#666666',
backgroundColor: '#838290',
borderColor: '#838290',
},
},
transparent: {
Expand All @@ -128,12 +128,12 @@ export const theme = {
backgroundColor: 'transparent',
borderColor: 'transparent',
'&:hover': {
backgroundColor: '#666666',
borderColor: '#666666',
backgroundColor: '#838290',
borderColor: '#838290',
},
'&:active,&.active': {
backgroundColor: '#323232',
borderColor: '#323232',
backgroundColor: '#383643',
borderColor: '#383643',
},
'&:disabled': {
color: '#999999',
Expand Down Expand Up @@ -206,8 +206,8 @@ export const theme = {
},
'&:disabled': {
color: '#999999',
borderColor: '#666666',
backgroundColor: '#666666',
borderColor: '#838290',
backgroundColor: '#838290',
},
},
},
Expand Down

0 comments on commit 334be9b

Please sign in to comment.