fix(ui): accent related color for the muted foreground

pull/10897/head
charlie 2024-01-09 17:55:29 +08:00
parent adfbfa52ec
commit e1efd9e7bf
2 changed files with 3 additions and 10 deletions

View File

@ -20,7 +20,7 @@
--secondary-foreground: 222.2 47.4% 11.2%;
--muted: 210 40% 96.1%;
--muted-foreground: 215.4 16.3% 46.9%;
--muted-foreground: 0 0% 52.3%;
--accent: 210 40% 96.1%;
--accent-foreground: 222.2 47.4% 11.2%;
@ -52,7 +52,7 @@
--secondary-foreground: 210 40% 98%;
--muted: 217.2 32.6% 17.5%;
--muted-foreground: 215 20.2% 65.1%;
--muted-foreground: 0 0% 49.4%;
--accent: 217.2 32.6% 17.5%;
--accent-foreground: 210 40% 98%;

View File

@ -842,14 +842,7 @@ input::-webkit-inner-spin-button {
}
.hl-area {
@apply relative;
display: inline-block;
cursor: text;
border: 1px solid #eee;
border-radius: 4px;
overflow: hidden;
margin-top: 4px;
@apply relative inline-block cursor-text border rounded-md overflow-hidden mt-1;
.actions {
@apply absolute right-1 top-1 flex opacity-0 transition-opacity;