~aleteoryx/muditaos

09bc79c8732f168689837881b2d3e4452fd7ea7e — Tigran Soghbatyan 4 years ago 65579d4
[BH-1217] Fix library app font

Make bottom description font light (not bold)
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;