Skip to content

Commit

Permalink
fix: use cursor for toasts
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed May 21, 2024
1 parent 30d5fb6 commit 6a4f0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "grille_pain"
target = "javascript"
version = "1.0.0"
version = "1.0.1"

description = "Toaster, made in lustre, for gleam"
internal_modules = ["grille_pain/internals", "grille_pain/internals/*"]
Expand Down
1 change: 1 addition & 0 deletions src/grille_pain/internals/view.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ fn toast_class() {
sketch.box_shadow("0px 4px 12px rgba(0, 0, 0, 0.1)"),
// Animation
sketch.overflow("hidden"),
sketch.cursor("pointer"),
])
|> sketch.to_lustre()
}
Expand Down

0 comments on commit 6a4f0ca

Please sign in to comment.