Open ftvkyo opened 11 months ago
Some places use things like var(--red) where they should use var(--text-error) etc.
var(--red)
var(--text-error)
Colour variables are not used explicitly anymore, but the styles still use variables in weird ways: e.g. relying on var(--text-error) for giving accent to non-text features.
Some places use things like
var(--red)
where they should usevar(--text-error)
etc.