Skip to content

Commit 6de2f04

Browse files
fix(ui): theme switcher border colour correction (#4)
1 parent 2a0bf2a commit 6de2f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bruno-api-docs/src/components/ThemeToggle/ThemeToggle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Button = styled.button`
1212
height: 1.75rem;
1313
background: transparent;
1414
color: var(--oc-colors-text-muted, var(--oc-text));
15-
border: 0.0625rem solid var(--oc-border-border0);
15+
border: 0.0625rem solid var(--oc-border-border1);
1616
border-radius: var(--oc-radius);
1717
cursor: pointer;
1818
transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;

0 commit comments

Comments
 (0)