fix: Replace Pro theme tokens with literal colors
The two-factor stylesheets were carried over from the Pro edition and referenced CSS custom properties from its theme system, which this edition does not define. They silently fell back to browser defaults.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
:global(#app) {
|
||||
.intro {
|
||||
color: var(--text-secondary);
|
||||
color: #444444;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user