Skip to content

Commit

Permalink
💡 Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hitanshu-dhawan committed Nov 15, 2020
1 parent 29b7128 commit ca790e7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ private val backgroundColor = ColorPropKey()
private val contentColor = ColorPropKey()
private val iconSize = DpPropKey()

// TODO : Fix the UI for Dark theme

private val QuantityToggleTransitionDefinition = transitionDefinition<QuantityToggleState> {
state(QuantityToggleState.Zero) {
this[backgroundColor] = Color.White
Expand Down

0 comments on commit ca790e7

Please sign in to comment.