Skip to content

Commit

Permalink
Remove unnecessary hardcoded theme
Browse files Browse the repository at this point in the history
  • Loading branch information
r100-stack committed Dec 24, 2024
1 parent 46eb69d commit be0762e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/css-workshop/src/pages/_layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const slug = Astro.url.pathname.replace('/', '');
<slot name='head' />
</head>

<body class='iui-root' data-iui-theme='dark'>
<body class='iui-root' data-iui-theme>
<ITwinUIV5Root client:load colorScheme='dark' density='dense' />
<theme-button></theme-button>
<slot />
Expand Down

0 comments on commit be0762e

Please sign in to comment.