You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/rules/emcn-components.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,3 +70,7 @@ geometry only; colour, radius and SVG stroke continue to come from the selected
70
70
Use `shape='round'` for circular actions, or omit it to retain the current radius.
71
71
`size='inline'` is a 20px-high action with caption typography and compact horizontal
72
72
padding. Prefer these supported props to size, padding and radius overrides.
73
+
74
+
### Chip sizing and centered actions
75
+
76
+
`Chip`, `ChipLink`, and `ChipInput` retain their default 30px height. Use `size="lg"` for the existing auth-scale 36px controls; the larger size follows the root font size. `Chip` and `ChipLink` accept `align="center"` to center their icon/label group, including full-width form actions. Long labels still shrink and retain their overflow treatment. Avoid descendant flex overrides to center chip labels. The default geometry exports remain unchanged for static consumers.
Copy file name to clipboardExpand all lines: .cursor/rules/emcn-components.mdc
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,3 +71,7 @@ geometry only; colour, radius and SVG stroke continue to come from the selected
71
71
Use `shape='round'` for circular actions, or omit it to retain the current radius.
72
72
`size='inline'` is a 20px-high action with caption typography and compact horizontal
73
73
padding. Prefer these supported props to size, padding and radius overrides.
74
+
75
+
### Chip sizing and centered actions
76
+
77
+
`Chip`, `ChipLink`, and `ChipInput` retain their default 30px height. Use `size="lg"` for the existing auth-scale 36px controls; the larger size follows the root font size. `Chip` and `ChipLink` accept `align="center"` to center their icon/label group, including full-width form actions. Long labels still shrink and retain their overflow treatment. Avoid descendant flex overrides to center chip labels. The default geometry exports remain unchanged for static consumers.
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/settings/components/secrets/components/secret-value-field/secret-value-field.tsx
0 commit comments