Add transparency to content backgrounds

pull/5880/head
Cagatay Civici 2024-06-12 09:44:45 +03:00
parent 11c713a6dd
commit a054a92ef1
3 changed files with 3 additions and 3 deletions

View File

@ -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}',

View File

@ -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}',

View File

@ -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}',