Skip to content

Commit

Permalink
Update fritz2 to 1.0-RC17
Browse files Browse the repository at this point in the history
  • Loading branch information
haukesomm committed Mar 27, 2024
1 parent fc2e6a7 commit a2bcf4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "1.9.22"
kotlinx-coroutines = "1.7.3"
# kotlinx-serialization = "1.6.2"
fritz2 = "1.0-RC16"
fritz2 = "1.0-RC17"
ksp = "1.9.22-1.0.16"

npm-tailwindcss = "3.3.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ class ListBox<T> {
else ""
})

selected.render {
if (it) icon("w-4 h-4", definition = HeroIcons.check)
selected.renderTrue {
icon("w-4 h-4", definition = HeroIcons.check)
}

span("absolute left-8") {
Expand Down

0 comments on commit a2bcf4a

Please sign in to comment.