Skip to main content
Blinks component with dark theme styling Blinks component with light theme styling To render a Blink with a preset, pass stylePreset prop (which defaults to default, the dial.to theme) to <Blink /> component:

Style Presets

Style presets are mapped to classes in the following way:
  • x-dark -> .x-dark
  • x-light -> .x-light
  • default -> .dial-light
  • custom -> .custom

CSS Variables

To override a certain preset use the following CSS variables:
Be sure to override with CSS specificity in mind or by import order.
Using these CSS classes, you can customize the styles to fit the UI of your application. Comparison of different Blinks theme styles