mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
fix: 💄 Fix broken colors in some parts of the UI
Some checks failed
Some checks failed
The hsl() wrapper was no longer needed with tailwind v4
This commit is contained in:
parent
6d1b29f673
commit
1ec56ef150
3 changed files with 3 additions and 3 deletions
|
|
@ -75,7 +75,7 @@ onUnmounted(() => {
|
|||
@reference "../../styles/index.css";
|
||||
|
||||
.tiptap p.is-editor-empty:first-child::before {
|
||||
color: hsl(var(--muted-foreground));
|
||||
color: var(--muted-foreground);
|
||||
content: attr(data-placeholder);
|
||||
float: left;
|
||||
height: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue