ltk/widget/time_picker/theme.rs
// SPDX-License-Identifier: LGPL-2.1-only
// Copyright (C) 2026 Liberux Labs, S. L. <info@liberux.net>
use crate::types::Color;
pub fn text() -> Color { crate::theme::palette().text_primary }
pub fn text_muted() -> Color { crate::theme::palette().text_secondary }
pub fn surface_alt()-> Color { crate::theme::palette().surface_alt }
pub const PADDING: f32 = 16.0;
pub const RADIUS: f32 = 16.0;
pub const VAL_FS: f32 = 28.0;
pub const SEP_FS: f32 = 28.0;
pub const SPACING: f32 = 8.0;