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