Skip to content

Commit

Permalink
ui.tools.listener: fix foreground style
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Nov 15, 2024
1 parent 9000329 commit 4d8047f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/ui/tools/listener/listener.factor
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ H{ } interactor-style set-global
[ font-style of [ { italic bold-italic } member? [ t >>italic? ] when ] when* ]
[ font-name of [ >>name ] when* ]
[ font-size of [ >>size ] when* ]
[ text-color of [ >>foreground ] when* ]
[ foreground of [ >>foreground ] when* ]
[ background of [ >>background ] when* ]
} cleave ;

Expand Down

0 comments on commit 4d8047f

Please sign in to comment.