Skip to content

Commit 56b0a57

Browse files
committed
fix: block editor button and loading button color
1 parent fe61825 commit 56b0a57

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/plugins/shiki.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.code-mac-style-header
22
.cm-preview-code-block[class*='cm-lang']:not(.cm-lang-query):not(
33
.cm-lang-base
4-
)
4+
):not(.cm-lang-dataview)
55
.edit-block-button {
66
color: #ddd;
77
}

src/workspace/modal.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ body:not(.is-phone)
2424
transparent -240%,
2525
var(--color-accent) 100%
2626
);
27-
color: var(--text-on-accent);
2827
&:hover {
2928
background: linear-gradient(
3029
to bottom,
3130
transparent -240%,
3231
var(--color-accent-1) 100%
3332
);
3433
}
34+
&:not(.mod-loading) {
35+
color: var(--text-on-accent);
36+
}
3537
}
3638

3739
button.mod-warning {

0 commit comments

Comments
 (0)