Skip to content

Commit

Permalink
help(new): Fix logo background color.
Browse files Browse the repository at this point in the history
Closes #3223.
  • Loading branch information
aadcg committed Oct 19, 2023
1 parent 009312f commit ca98c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/help.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ The value is saved to clipboard."
:display "flex"
:flex-direction "row")
`(.logo
:color ,theme:on-background
:color ,(if (theme:dark-p theme:theme) theme:action theme:on-background)
:width "100px"
:height "100px"
:padding-top "3px"
Expand Down

0 comments on commit ca98c62

Please sign in to comment.