Skip to content

Commit e2d21f1

Browse files
Fix CSS when loaded with dark theme (#164)
1 parent 397ddcf commit e2d21f1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/components/src/InfoPanel.component.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@
343343
text-decoration-thickness: auto;
344344
transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
345345
box-shadow: var(--viewer-shadow-small);
346+
color: var(--viewer-text-primary);
346347
}
347348
348349
&__icon-button {

packages/components/src/StatusOverlay.component.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
right: 0;
4545
background-color: #129dff;
4646
color: white;
47+
font-size: 14px;
4748
padding: 8px;
4849
border-radius: 50px;
4950
opacity: 75%;

0 commit comments

Comments
 (0)