FYI: The new beta now features a hover effect on `...
# compose-desktop
t
FYI: The new beta now features a hover effect on
Modifier.clickable()
by default. It threw me off because I did not see it mentioned anywhere and suddenly my custom hover effect looked somewhat different. Disabling the effect should be possible by passing a custom
Indication
to the
Modifier.clickable()
.