Skip to content

Commit

Permalink
fix(OnyxBorderRadiusTokens): Fix background color of borders token pr…
Browse files Browse the repository at this point in the history
…eview (#1812)

<!-- Is your PR related to an issue? Then please link it via the
"Relates to #" below. Else, remove it. -->

Relates to #199 

Fix background color of borders token preview

## Checklist

- [x] A changeset is added with `npx changeset add` if your changes
should be released as npm package (because they affect the library
usage)
  • Loading branch information
MajaZarkova committed Aug 29, 2024
1 parent df758e6 commit da2523f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thick-terms-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"docs": patch
---

fix(OnyxBorderRadiusTokens): Fix background color
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const tokens = [
border-width: var(--onyx-1px-in-rem) var(--onyx-1px-in-rem) var(--onyx-1px-in-rem) 0;
border-color: var(--onyx-color-base-warning-500);
border-style: solid;
background: var(--onyx-color-base-neutral-100);
background: var(--onyx-color-base-background-tinted);
margin: 0;
box-sizing: border-box;
Expand Down

0 comments on commit da2523f

Please sign in to comment.