Skip to content

Commit

Permalink
Add border-radius to outlines for buttons and accordion headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvg committed Oct 17, 2023
1 parent bceed86 commit 2471a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/themes/zoll/src/zoll-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const ZOLLv2 = KoliBri.createTheme('zoll-v2', {
outline-style: solid;
outline-width: 0.125rem;
transition: outline-offset 0.25s linear;
border-radius: var(--border-radius);
}
*:not(i) {
font-family: var(--font-family);
Expand Down

0 comments on commit 2471a3b

Please sign in to comment.