ThemeDemo: typo

This commit is contained in:
Jonathan Daugherty 2023-08-15 14:47:52 -07:00
parent f1e57e6b22
commit 2776b3c87b

View File

@ -71,7 +71,7 @@ app =
, appStartEvent = return () , appStartEvent = return ()
, appAttrMap = \s -> , appAttrMap = \s ->
-- Note that in practice this is not ideal: we don't want -- Note that in practice this is not ideal: we don't want
-- to build an attribute from a theme every time this is -- to build an attribute map from a theme every time this is
-- invoked, because it gets invoked once per redraw. Instead -- invoked, because it gets invoked once per redraw. Instead
-- we'd build the attribute map at startup and store it in -- we'd build the attribute map at startup and store it in
-- the application state. Here I just use themeToAttrMap to -- the application state. Here I just use themeToAttrMap to