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
Include `modal.css` and `modal.js` in your app. See `client/design-system/components/modal/README.md` for full API.
325
284
326
-
#### Colors
327
-
328
-
-`--bespoke-bg`: Background color
329
-
-`--bespoke-fg`: Text color
330
-
-`--bespoke-muted`: Muted text color
331
-
-`--bespoke-box`: Container/surface background
332
-
-`--bespoke-stroke`: Border color
333
-
-`--bespoke-danger`: Error/danger color
334
-
-`--bespoke-accent`: Accent/primary color
335
-
-`--bespoke-control-bg`: Input/button background
336
-
-`--bespoke-control-border`: Input/button border
337
-
-`--bespoke-control-focus`: Focus ring color
338
-
339
-
#### Spacing
340
-
341
-
-`--bespoke-space-xs`: 0.25rem
342
-
-`--bespoke-space-sm`: 0.5rem
343
-
-`--bespoke-space-md`: 0.75rem
344
-
-`--bespoke-space-lg`: 1rem
345
-
-`--bespoke-space-xl`: 1.5rem
346
-
-`--bespoke-space-2xl`: 2rem
347
-
348
-
#### Border Radius
349
-
350
-
-`--bespoke-radius-sm`: 4px
351
-
-`--bespoke-radius-md`: 6px
352
-
-`--bespoke-radius-lg`: 8px
353
-
-`--bespoke-radius-xl`: 12px
354
-
355
-
#### Shadows
285
+
## Customization
356
286
357
-
-`--bespoke-shadow-sm`: Small shadow
358
-
-`--bespoke-shadow-md`: Medium shadow
359
-
-`--bespoke-shadow-lg`: Large shadow
360
-
-`--bespoke-shadow-xl`: Extra large shadow
287
+
Customize via design system CSS variables (`--Colors-*`, `--UI-Spacing-*`, `--Fonts-*`, `--UI-Radius-*`). See design system files for available tokens.
0 commit comments