A design system in a box. hip-ui.tngl.io/docs/introduction
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tweak

+2 -2
+1 -1
apps/docs/src/components/progress-circle/index.tsx
··· 35 35 justifyContent: "center", 36 36 position: "relative", 37 37 38 - "--progress-border-width": sizeSpace["xxs"], 38 + "--progress-border-width": 8, 39 39 "--progress-size": { 40 40 ":is([data-size=lg] *)": sizeSpace["4xl"], 41 41 ":is([data-size=md] *)": sizeSpace["3xl"],
+1 -1
packages/hip-ui/src/components/progress-circle/index.tsx
··· 35 35 justifyContent: "center", 36 36 position: "relative", 37 37 38 - "--progress-border-width": sizeSpace["xxs"], 38 + "--progress-border-width": 8, 39 39 "--progress-size": { 40 40 ":is([data-size=lg] *)": sizeSpace["4xl"], 41 41 ":is([data-size=md] *)": sizeSpace["3xl"],