Skip to content

Commit

Permalink
Fixed more backgrounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jul 9, 2024
1 parent 7356030 commit 44ed807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/project/TileView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<div class="header" style:color={foreground} style:fill={foreground}>
{#if !layout.isFullscreen()}
<Button
background
background={background !== null}
padding={false}
tip={$locales.get((l) => l.ui.tile.button.collapse)}
action={() => dispatch('mode', { mode: Mode.Collapsed })}
Expand All @@ -214,7 +214,7 @@
<Toggle
tips={$locales.get((l) => l.ui.tile.toggle.fullscreen)}
on={fullscreen}
background
background={background !== null}
toggle={() =>
dispatch('fullscreen', {
fullscreen: !fullscreen,
Expand Down

0 comments on commit 44ed807

Please sign in to comment.