Skip to content

Commit

Permalink
fix(OnyxTag): update border radius (#965)
Browse files Browse the repository at this point in the history
Relates to #566

Fix border radius to match with Figma
  • Loading branch information
larsrickert authored Apr 19, 2024
1 parent 9eb9093 commit a155d1b
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/real-mails-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"sit-onyx": patch
---

fix(OnyxTag): update border radius
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/sit-onyx/src/components/OnyxTag/OnyxTag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const { densityClass } = useDensity(props);
gap: var(--onyx-spacing-3xs);
max-width: 100%;
padding: var(--onyx-tag-padding);
border-radius: var(--onyx-radius-sm);
border-radius: var(--onyx-radius-xs);
font-family: var(--onyx-font-family);
color: var(--onyx-tag-color);
Expand Down

0 comments on commit a155d1b

Please sign in to comment.