File tree Expand file tree Collapse file tree
packages/layerchart/src/routes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 export let data;
2828
2929 settings ({
30- classes : {
30+ components : {
3131 AppLayout: {
32- aside: ' border-r' ,
33- nav: ' bg-surface-300 py-2' ,
32+ classes: {
33+ aside: ' border-r' ,
34+ nav: ' bg-surface-300 py-2' ,
35+ },
36+ },
37+ AppBar: {
38+ classes:
39+ ' bg-primary text-primary-content shadow-md [text-shadow:1px_1px_2px_theme(colors.primary-700)]' ,
3440 },
35- AppBar:
36- ' bg-primary text-primary-content shadow-md [text-shadow:1px_1px_2px_theme(colors.primary-700)]' ,
3741 NavItem: {
38- root: ' text-sm text-surface-content/70 pl-6 py-2 hover:bg-surface-100/70 relative' ,
39- active:
40- ' text-primary bg-surface-100 font-medium before:absolute before:bg-primary before:rounded-full before:w-1 before:h-2/3 before:left-[6px] shadow z-10' ,
42+ classes: {
43+ root: ' text-sm text-surface-content/70 pl-6 py-2 hover:bg-surface-100/70 relative' ,
44+ active:
45+ ' text-primary bg-surface-100 font-medium before:absolute before:bg-primary before:rounded-full before:w-1 before:h-2/3 before:left-[6px] shadow z-10' ,
46+ },
4147 },
4248 },
4349 themes: data .themes ,
You can’t perform that action at this time.
0 commit comments