diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index ded5753bc9..76aca24012 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -36,11 +36,6 @@ background-color: #202020 !important; } - /* Fix for Storybook controls panel in dark mode */ - .dark-theme .docblock-argstable-body { - color: #e5e5e5; - } - /* CSS Variables for theme consistency */ body:not(.dark-theme) { --fg-color: #000;