In the design token documentation for theme variables on the Docs page, the dark mode wrapper appears white, making the text within it invisible and unreadable.
Technical Details
The issue is observed in the dark theme documentation where the wrapper background color is not correctly applied.
The specific location of the issue is within the Storybook docs under the "Dark theme colors" section.
The light-colored background in dark mode should be corrected to a dark color that matches the intended theme styling.
Acceptance Criteria
Ensure the dark theme wrapper background color is correctly applied.
The text within the dark theme section should be clearly visible and readable against the background.
Verify the change across different pages and components where the dark theme is utilized to ensure consistency.
Description
In the design token documentation for theme variables on the Docs page, the dark mode wrapper appears white, making the text within it invisible and unreadable.
Technical Details
Acceptance Criteria