Skip to content

Commit

Permalink
Improved Toggle appearance.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Apr 27, 2024
1 parent f2e436d commit cddb7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Dates are in `YYYY-MM-DD` format and versions are in [semantic versioning](http:

- [#450](https://github.com/wordplaydev/wordplay/issues/450) Tutorial typos!
- [#444](https://github.com/wordplaydev/wordplay/issues/444) Fixed fullscreen background behavior.
- Removed `Toggle.svelte` background color when off.

## 0.9.391 2024-04-20

Expand Down
2 changes: 1 addition & 1 deletion src/components/widgets/Toggle.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
user-select: none;
border: none;
border-radius: var(--wordplay-border-radius);
background: var(--wordplay-background);
background: none;
color: var(--wordplay-foreground);
stroke: var(--wordplay-background);
fill: var(--wordplay-background);
Expand Down

0 comments on commit cddb7c0

Please sign in to comment.