[BH-1048] Fix bedtime popup text size Adjust size of the text on bedtime notification view
1 files changed, 1 insertions(+), 0 deletions(-) M products/BellHybrid/apps/common/src/popups/BedtimeNotificationWindow.cpp
M products/BellHybrid/apps/common/src/popups/BedtimeNotificationWindow.cpp => products/BellHybrid/apps/common/src/popups/BedtimeNotificationWindow.cpp +1 -0
@@ 39,6 39,7 @@ namespace gui icon->setAlignment(Alignment(Alignment::Horizontal::Center, Alignment::Vertical::Top)); icon->image->setMargins(Margins(0, icon::image_top_margin, 0, icon::image_bottom_margin)); icon->text->setFont(style::window::font::verybiglight); } void BedtimeNotificationWindow::onBeforeShow(ShowMode mode, [[maybe_unused]] SwitchData *data) {