Skip to content

Commit 792ba82

Browse files
committed
fix(layout): [layout] Adapt to dark themes
1 parent 1a05bd6 commit 792ba82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/sites/demos/pc/app/layout/alignment-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ import { TinyLayout, TinyRow, TinyCol } from '@opentiny/vue'
120120
121121
.row-bg {
122122
padding: 10px 0;
123-
background-color: #f9fafc;
123+
background-color: var(--tv-color-bg);
124124
}
125125
126126
.row-bg .col {

examples/sites/demos/pc/app/layout/alignment.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default {
128128
129129
.row-bg {
130130
padding: 10px 0;
131-
background-color: #f9fafc;
131+
background-color: var(--tv-color-bg);
132132
}
133133
134134
.row-bg .col {

0 commit comments

Comments
 (0)