Skip to content

Commit edbadad

Browse files
authored
Merge pull request #21176 from notthistrain/fix-21170
fix(toolbox): fix dataView component does not fit dark mode
2 parents 38116d0 + 4c3f305 commit edbadad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/theme/dark.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,16 @@ const theme = {
103103
toolbox: {
104104
iconStyle: {
105105
borderColor: color.accent50
106+
},
107+
feature: {
108+
dataView: {
109+
backgroundColor: backgroundColor,
110+
textColor: color.primary,
111+
textareaColor: color.background,
112+
textareaBorderColor: color.border,
113+
buttonColor: color.accent50,
114+
buttonTextColor: color.neutral00
115+
}
106116
}
107117
},
108118
tooltip: {

0 commit comments

Comments
 (0)