Skip to content

Commit

Permalink
Fix fab (#100)
Browse files Browse the repository at this point in the history
* Change action buttons color
  • Loading branch information
lambdina authored Jun 3, 2022
1 parent a4ee6c4 commit 81a624a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/fab/src/sample/fab.cljd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
:child (m/IconButton
:onPressed on-pressed
:icon icon
:color (-> theme .-colorScheme .-secondary)))))
:color (-> theme .-colorScheme .-onSecondary)))))

(defn expanding-action-button
[& {:keys [direction-degrees max-distance ^#/(m/Animation double) progress child]}]
Expand Down

0 comments on commit 81a624a

Please sign in to comment.