Skip to content

Commit 91340da

Browse files
author
Hector Arce De Las Heras
committed
Include new border value
1 parent 524786c commit 91340da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/designSystem/kubit/foundations/borders.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const RADIUS = {
99
radius_00: '0rem', // 0px
1010
radius_25: '0.13 rem', // 2px
1111
radius_50: '0.25rem', // 4px
12+
radius_75: '0.5rem', // 8px
1213
radius_100: '6.25rem', // 100px
1314
radius_circle: '50%',
1415
};

0 commit comments

Comments
 (0)