Skip to content

Commit

Permalink
Fix class attribute in DemoDark component
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jan 29, 2024
1 parent c2b04b9 commit 88a0490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/components/DemoDark.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { IconMoon } from '@tabler/icons-react'

export default (props: any) =>
<div class="dark w:1/2">
<div className="dark w:1/2">
<div className="bg-stripe dark bg:base overflow:hidden">
<IconMoon className='abs fg:lighter font:12 right:4x top:4x' strokeWidth={1} width={24} height={24}/>
<div className='float:left py:8x translateX(-50%)'>
Expand Down

0 comments on commit 88a0490

Please sign in to comment.