// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #pragma once namespace style::bell_sidelist_item { inline constexpr auto title_font = style::window::font::largelight; inline constexpr auto description_font = style::window::font::verybiglight; } // namespace style::bell_sidelist_item