Skip to content

Commit

Permalink
removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
SpoilerRules committed Mar 30, 2024
1 parent 4025dfe commit 68b67f6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ object ElementBoolean {
children.addAll(
CheckBox().apply {
alignment = Pos.CENTER
styleClass.add("check-box")
style =
"-fx-text-fill: ${ColorPalette.accentColor}; -fx-font-family: '${ResourceHandler.comfortaaSemiBold.family}'; -fx-mark-color: ${ColorPalette.accentColor};"
isSelected = initialValue
Expand Down

0 comments on commit 68b67f6

Please sign in to comment.