Skip to content

Commit

Permalink
Fix CSS when loaded with dark theme (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
XanthosXanthopoulos authored May 14, 2024
1 parent 397ddcf commit e2d21f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/InfoPanel.component.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@
text-decoration-thickness: auto;
transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: var(--viewer-shadow-small);
color: var(--viewer-text-primary);
}
&__icon-button {
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/StatusOverlay.component.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
right: 0;
background-color: #129dff;
color: white;
font-size: 14px;
padding: 8px;
border-radius: 50px;
opacity: 75%;
Expand Down

0 comments on commit e2d21f1

Please sign in to comment.