Skip to content

Commit

Permalink
Fix checkbox item color
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Feb 21, 2020
1 parent 4953de2 commit 0d95240
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/registration/widgets/checkbox_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ def mode
#
# @return [String] "black" in a running system; "white" during the isntallation
def color
# TODO: fix this
!installation? ? "white" : "black"
installation? ? "white" : "black"
end

# Determines whether running in installation mode
Expand Down

0 comments on commit 0d95240

Please sign in to comment.