Skip to content

Commit 652ccca

Browse files
committed
fix(type_widgets/code): read-only bar not visible for dark themes
1 parent 308fd00 commit 652ccca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/client/src/widgets/react/InfoBar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
.info-bar-subtle {
1616
color: var(--muted-text-color);
17+
background: var(--main-background-color);
1718
border-bottom: 1px solid var(--main-border-color);
1819
margin-block: 0;
19-
margin-inline: 10px;
20-
padding-inline: 12px;
20+
padding-inline: 22px;
2121
}

0 commit comments

Comments
 (0)