(Fix) Update to new background color everywhere (#2068)
* change to new background color everywhere
This commit is contained in:
parent
1c3b1fb37b
commit
8bea5cfc88
|
@ -14,7 +14,7 @@ export const styles = createStyles({
|
|||
},
|
||||
hide: {
|
||||
'&:hover': {
|
||||
backgroundColor: '#fff3e2',
|
||||
backgroundColor: '#f7f5f5',
|
||||
},
|
||||
'&:hover $actions': {
|
||||
visibility: 'initial',
|
||||
|
|
|
@ -12,7 +12,7 @@ export const styles = createStyles({
|
|||
},
|
||||
hide: {
|
||||
'&:hover': {
|
||||
backgroundColor: '#fff3e2',
|
||||
backgroundColor: '#f7f5f5',
|
||||
},
|
||||
'&:hover $actions': {
|
||||
visibility: 'initial',
|
||||
|
|
|
@ -8,7 +8,7 @@ export const styles = createStyles({
|
|||
},
|
||||
hide: {
|
||||
'&:hover': {
|
||||
backgroundColor: '#fff3e2',
|
||||
backgroundColor: '#f7f5f5',
|
||||
},
|
||||
'&:hover $actions': {
|
||||
visibility: 'initial',
|
||||
|
|
|
@ -64,7 +64,7 @@ export const styles = createStyles({
|
|||
selectedOwner: {
|
||||
padding: sm,
|
||||
alignItems: 'center',
|
||||
backgroundColor: '#fff3e2',
|
||||
backgroundColor: '#f7f5f5',
|
||||
},
|
||||
user: {
|
||||
justifyContent: 'left',
|
||||
|
|
|
@ -69,7 +69,7 @@ export const styles = createStyles({
|
|||
selectedOwnerAdded: {
|
||||
padding: sm,
|
||||
alignItems: 'center',
|
||||
backgroundColor: '#fff3e2',
|
||||
backgroundColor: '#f7f5f5',
|
||||
},
|
||||
user: {
|
||||
justifyContent: 'left',
|
||||
|
|
|
@ -14,7 +14,7 @@ export const styles = createStyles({
|
|||
},
|
||||
hide: {
|
||||
'&:hover': {
|
||||
backgroundColor: '#fff3e2',
|
||||
backgroundColor: '#f7f5f5',
|
||||
},
|
||||
'&:hover $actions': {
|
||||
visibility: 'initial',
|
||||
|
|
|
@ -21,7 +21,7 @@ export const useStyles = makeStyles(
|
|||
},
|
||||
hide: {
|
||||
'&:hover': {
|
||||
backgroundColor: '#fff3e2',
|
||||
backgroundColor: '#f7f5f5',
|
||||
},
|
||||
'&:hover $actions': {
|
||||
visibility: 'initial',
|
||||
|
|
|
@ -455,7 +455,7 @@ export const DropdownListTheme = {
|
|||
},
|
||||
button: {
|
||||
'&:hover': {
|
||||
backgroundColor: '#fff3e2',
|
||||
backgroundColor: '#f7f5f5',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue