// SPDX-License-Identifier: LGPL-2.1-only // Copyright (C) 2026 Liberux Labs, S. L. use crate::types::Color; pub fn color() -> Color { crate::theme::palette().divider } pub const THICKNESS: f32 = 1.0; pub const PAD_V: f32 = 8.0;