Hey,
we are trying to implement a custom theme for the calendar following the documentation found here: https://bryntum.com/products/calendar/docs/guide/Calendar/customization/styling#creating-a-custom-theme via npm.
Example:
$fa-font-path: '@bryntum/calendar/fonts';
$roboto-font-path: '@bryntum/calendar/fonts';
@import '~@bryntum/calendar/source/resources/sass/themes/material.scss';
$panel-background-color: #000000;
$widget-primary-color-rgb: pink;
$calendar-nonworking-day-background-color: #d0ff00;
Note:- The above code I'm using in App.scss
The documentation says that all variable can be found inside
'@bryntum/calendar/source/resources/core-sass/themes/vars/material-vars.scss"
I even added in the public/index.html the below lines-
<link rel="stylesheet" href="%PUBLIC_URL%/themes/calendar/calendar.material.css" />
But even after trying all the things , the custom styling is not getting applied to my calendar view.
More over the error which I'm getting is -
Module not found: Error: Can't resolve '../../../../../node_modules/@bryntum/calendar/source/resources/core-sass/themes/material/@bryntum/calendar/fonts/Roboto-Bold.woff'