No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.


  

Theming

Pretty much everything is configured to be a CSS variable in Emrooz, so the theme of the calendar can be changed by overriding CSS variables.

:root {
  --em-primary-color: red;
  /* And so on */
}

The list of CSS variables used in Emrooz can be found in here.