1 2 3 4 5 6
// SPDX-License-Identifier: LGPL-2.1-only // Copyright (C) 2026 Liberux Labs, S. L. <info@liberux.net> pub const RADIUS: f32 = 100.0; pub const PADDING: f32 = 4.0; pub const SPACING: f32 = 4.0;