regression: replace old css vars with the new design system tokens (#8354)
* chore: replace old css vars * fix: replace shadow and primary colors * chore: remove hardcoded colors
This commit is contained in:
parent
1338e9d2a4
commit
1f06b67c66
111 changed files with 180 additions and 245 deletions
|
|
@ -478,7 +478,7 @@ Use semantic text colors that match the hierarchy:
|
|||
<h2 className="text-primary font-semibold">Title</h2>
|
||||
<p className="text-secondary">Description text</p>
|
||||
<span className="text-tertiary text-13">Metadata</span>
|
||||
<input className="placeholder-placeholder" placeholder="Enter text..." />
|
||||
<input className="placeholder-(--text-color-placeholder)" placeholder="Enter text..." />
|
||||
</div>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue