Skip to content

Commit

Permalink
fix: incorrect border radius variables documentation (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Burobin <[email protected]>
  • Loading branch information
lxndr and Aleksandr Burobin authored Aug 9, 2024
1 parent 3452d21 commit f920e83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/content/design/guides/content/CornerRadius.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
The corner radius of controls can be overridden. To do this, use the following variables:

- -g-border-radius-xs: 3px;
- -g-border-radius-s: 5px;
- -g-border-radius-m: 6px;
- -g-border-radius-l: 8px;
- -g-border-radius-xl: 10px;
- -g-border-radius-2xl: 16px;
- --g-border-radius-xs: 3px;
- --g-border-radius-s: 5px;
- --g-border-radius-m: 6px;
- --g-border-radius-l: 8px;
- --g-border-radius-xl: 10px;
- --g-border-radius-2xl: 16px;

![Corner radius](/static/images/design/CornerRadius/1.png)

Expand Down

0 comments on commit f920e83

Please sign in to comment.