diff --git a/src/theme/dark.ts b/src/theme/dark.ts index 0b43606232..3da1abcec3 100644 --- a/src/theme/dark.ts +++ b/src/theme/dark.ts @@ -103,6 +103,16 @@ const theme = { toolbox: { iconStyle: { borderColor: color.accent50 + }, + feature: { + dataView: { + backgroundColor: backgroundColor, + textColor: color.primary, + textareaColor: color.background, + textareaBorderColor: color.border, + buttonColor: color.accent50, + buttonTextColor: color.neutral00 + } } }, tooltip: {