From 652cccadd78f7ec958ca534126cb8ee603ee31d2 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 9 Nov 2025 14:59:47 +0200 Subject: [PATCH] fix(type_widgets/code): read-only bar not visible for dark themes --- apps/client/src/widgets/react/InfoBar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/widgets/react/InfoBar.css b/apps/client/src/widgets/react/InfoBar.css index ec69f466c..a6b288bfe 100644 --- a/apps/client/src/widgets/react/InfoBar.css +++ b/apps/client/src/widgets/react/InfoBar.css @@ -14,8 +14,8 @@ .info-bar-subtle { color: var(--muted-text-color); + background: var(--main-background-color); border-bottom: 1px solid var(--main-border-color); margin-block: 0; - margin-inline: 10px; - padding-inline: 12px; + padding-inline: 22px; } \ No newline at end of file