- Fix themes.scss to use $gray- variables - Fix tooltip.scss to use $gray- variables - Resolves build error with undefined variables 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
181 B
SCSS
11 lines
181 B
SCSS
:root {
|
|
--bg-color: #{$gray-80};
|
|
--page-color: #{$gray-100};
|
|
--card-color: #{$gray-90};
|
|
--mention-bg-color: #{$gray-90};
|
|
|
|
--text-color: #{$gray-20};
|
|
}
|
|
|
|
[data-theme='dark'] {
|
|
}
|