Skip to content

Commit b205435

Browse files
committed
fix: mix space
1 parent 30b6bbb commit b205435

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/renderer/components/App.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ function dropFile(event: DragEvent) {
179179
--design-card-shadow: 0 2px 4px 0px rgb(0 0 0 / 10%);
180180
--design-element-shadow: 0 1px 2px 0px rgb(0 0 0 / 10%);
181181
--design-highlight-color: rgb(var(--system-blue));
182-
--design-highlight-background: color-mix(in hsl, rgb(var(--theme-foreground) / 5%), rgb(var(--system-accent) / 5%));
183-
--design-input-background: color-mix(in hsl, rgb(var(--theme-foreground) / 10%) 75%, rgb(var(--system-accent) / 10%));
182+
--design-highlight-background: color-mix(in oklab, rgb(var(--theme-foreground) / 5%), rgb(var(--system-accent) / 5%));
183+
--design-input-background: color-mix(in oklab, rgb(var(--theme-foreground) / 10%) 75%, rgb(var(--system-accent) / 10%));
184184
--design-out-back-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
185185
@media (prefers-color-scheme: dark) {
186186
--system-red: 255 69 58;
@@ -226,7 +226,7 @@ body {
226226
/* Default line height of xterm.js */
227227
line-height: 1.2;
228228
overflow: hidden;
229-
background-image: linear-gradient(to right bottom, color-mix(in sRGB, rgb(var(--system-accent) / var(--theme-opacity)) 4%, rgb(var(--theme-background) / var(--theme-opacity))), color-mix(in sRGB, rgb(var(--system-accent) / var(--theme-opacity)) 8%, rgb(var(--theme-background) / var(--theme-opacity))));
229+
background-image: linear-gradient(to right bottom, color-mix(in oklab, rgb(var(--system-accent) / var(--theme-opacity)) 4%, rgb(var(--theme-background) / var(--theme-opacity))), color-mix(in oklab, rgb(var(--system-accent) / var(--theme-opacity)) 8%, rgb(var(--theme-background) / var(--theme-opacity))));
230230
transition: color 0.2s;
231231
&.is-vibrant {
232232
background-image: linear-gradient(to right bottom, rgb(var(--system-accent) / 4%), rgb(var(--system-accent) / 8%));

0 commit comments

Comments
 (0)