Skip to content

Commit 09bcbfd

Browse files
committed
fix(grid): [grid] update dark theme
1 parent 9cba45f commit 09bcbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sites/demos/pc/app/grid/validation/bubbling-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function asteriskMethod({ column }) {
101101
.demo-body {
102102
height: 400px;
103103
overflow: scroll;
104-
background: var(---tv-color-warn-bg-light, #ffebd1);
104+
background: var(--tv-color-warn-bg-light, #ffebd1);
105105
}
106106
.demo-body > .demo-container {
107107
height: 3000px;

0 commit comments

Comments
 (0)