Skip to content

Commit

Permalink
[fix](@svelteui/demos): fix missing prop in AppShell usage demo
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #473
  • Loading branch information
BeeMargarida committed Nov 3, 2023
1 parent 4e86d1e commit f78a84f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
</script>

<AppShell
fixed={false}
override={{
main: {
bc: isDark ? fns.themeColor('dark', 8) : fns.themeColor('gray', 0),
Expand All @@ -69,6 +70,7 @@
hiddenBreakpoint="sm"
width={{ base: '100%', sm: 300 }}
height={500}
fixed={false}
override={{ p: '$xsPX', bc: isDark ? fns.themeColor('dark', 7) : 'white' }}
>
<ShellSection grow>
Expand Down

0 comments on commit f78a84f

Please sign in to comment.