(Fix) Update to new background color everywhere (#2068)

* change to new background color everywhere
This commit is contained in:
lukasschor 2021-03-24 11:12:34 +01:00 committed by GitHub
parent 1c3b1fb37b
commit 8bea5cfc88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@ export const styles = createStyles({
},
hide: {
'&:hover': {
backgroundColor: '#fff3e2',
backgroundColor: '#f7f5f5',
},
'&:hover $actions': {
visibility: 'initial',

View File

@ -12,7 +12,7 @@ export const styles = createStyles({
},
hide: {
'&:hover': {
backgroundColor: '#fff3e2',
backgroundColor: '#f7f5f5',
},
'&:hover $actions': {
visibility: 'initial',

View File

@ -8,7 +8,7 @@ export const styles = createStyles({
},
hide: {
'&:hover': {
backgroundColor: '#fff3e2',
backgroundColor: '#f7f5f5',
},
'&:hover $actions': {
visibility: 'initial',

View File

@ -64,7 +64,7 @@ export const styles = createStyles({
selectedOwner: {
padding: sm,
alignItems: 'center',
backgroundColor: '#fff3e2',
backgroundColor: '#f7f5f5',
},
user: {
justifyContent: 'left',

View File

@ -69,7 +69,7 @@ export const styles = createStyles({
selectedOwnerAdded: {
padding: sm,
alignItems: 'center',
backgroundColor: '#fff3e2',
backgroundColor: '#f7f5f5',
},
user: {
justifyContent: 'left',

View File

@ -14,7 +14,7 @@ export const styles = createStyles({
},
hide: {
'&:hover': {
backgroundColor: '#fff3e2',
backgroundColor: '#f7f5f5',
},
'&:hover $actions': {
visibility: 'initial',

View File

@ -21,7 +21,7 @@ export const useStyles = makeStyles(
},
hide: {
'&:hover': {
backgroundColor: '#fff3e2',
backgroundColor: '#f7f5f5',
},
'&:hover $actions': {
visibility: 'initial',

View File

@ -455,7 +455,7 @@ export const DropdownListTheme = {
},
button: {
'&:hover': {
backgroundColor: '#fff3e2',
backgroundColor: '#f7f5f5',
},
},
},