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: demo/styles.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,12 +136,28 @@ Used for secondary and destructive actions. "Destructive" and "outlined" refer t
136
136
137
137
## Text Input Fields
138
138
139
+
Standalone bordered inputs used in dialogs.
140
+
139
141
- Corner radius: 8
140
142
- Content padding: 12 horizontal, 14 vertical
141
143
- Border: 1px solid osGrey700
142
144
- Focused border: 2px solid osPrimary (must not cause layout shift)
143
145
- Placeholder color: osGrey600
144
146
147
+
### Inline Input Row
148
+
149
+
Borderless label + input pairs displayed inside a card (e.g. Live Activity fields). The card provides the outer border; individual inputs have no border.
0 commit comments