Skip to content

Commit

Permalink
Add transparency to content backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jun 12, 2024
1 parent 11c713a commit a054a92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/themes/src/presets/aura/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export default {
hoverMutedColor: '{surface.300}'
},
content: {
background: '{surface.900}',
background: 'transparent',
hoverBackground: '{surface.800}',
borderColor: '{surface.700}',
color: '{text.color}',
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/presets/lara/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export default {
hoverMutedColor: '{surface.300}'
},
content: {
background: '{surface.900}',
background: 'transparent',
hoverBackground: '{surface.800}',
borderColor: '{surface.700}',
color: '{text.color}',
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/presets/nora/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export default {
hoverMutedColor: '{surface.300}'
},
content: {
background: '{surface.900}',
background: 'transparent',
hoverBackground: '{surface.700}',
borderColor: '{surface.500}',
color: '{text.color}',
Expand Down

0 comments on commit a054a92

Please sign in to comment.