Add transparency to content backgrounds
parent
11c713a6dd
commit
a054a92ef1
|
@ -391,7 +391,7 @@ export default {
|
|||
hoverMutedColor: '{surface.300}'
|
||||
},
|
||||
content: {
|
||||
background: '{surface.900}',
|
||||
background: 'transparent',
|
||||
hoverBackground: '{surface.800}',
|
||||
borderColor: '{surface.700}',
|
||||
color: '{text.color}',
|
||||
|
|
|
@ -396,7 +396,7 @@ export default {
|
|||
hoverMutedColor: '{surface.300}'
|
||||
},
|
||||
content: {
|
||||
background: '{surface.900}',
|
||||
background: 'transparent',
|
||||
hoverBackground: '{surface.800}',
|
||||
borderColor: '{surface.700}',
|
||||
color: '{text.color}',
|
||||
|
|
|
@ -391,7 +391,7 @@ export default {
|
|||
hoverMutedColor: '{surface.300}'
|
||||
},
|
||||
content: {
|
||||
background: '{surface.900}',
|
||||
background: 'transparent',
|
||||
hoverBackground: '{surface.700}',
|
||||
borderColor: '{surface.500}',
|
||||
color: '{text.color}',
|
||||
|
|
Loading…
Reference in New Issue