Skip to content

Commit ad48c3c

Browse files
authored
refactor: use transparent background for charts in aura (#10591)
1 parent fe1d7c1 commit ad48c3c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/aura/aura.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
@import './src/components/avatar.css';
1212
@import './src/components/button.css';
1313
@import './src/components/card.css';
14+
@import './src/components/charts.css';
1415
@import './src/components/checkbox-radio.css';
1516
@import './src/components/confirm-dialog.css';
1617
@import './src/components/crud.css';
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
:where(:root),
2+
:where(:host) {
3+
--vaadin-charts-background: transparent;
4+
}

0 commit comments

Comments
 (0)