[BH-1217] Fix library app font Make bottom description font light (not bold)
1 files changed, 1 insertions(+), 1 deletions(-) M products/BellHybrid/apps/application-bell-background-sounds/data/BGSoundsStyle.hpp
M products/BellHybrid/apps/application-bell-background-sounds/data/BGSoundsStyle.hpp => products/BellHybrid/apps/application-bell-background-sounds/data/BGSoundsStyle.hpp +1 -1
@@ 7,7 7,7 @@ namespace gui::bgSoundsStyle { inline constexpr auto descriptionFont = style::window::font::verybig; inline constexpr auto descriptionFont = style::window::font::verybiglight; inline constexpr auto titleFont = style::window::font::largelight; inline constexpr auto timerValueFont = style::window::font::supersizemelight; inline constexpr auto valumeValueFont = style::window::font::supersizemelight;