improv(segmented_button): nav bar, tab, and segmented control theme improvements

This commit is contained in:
Michael Aaron Murphy 2025-08-12 17:15:18 +02:00
parent 562e885872
commit 8badf73383
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
8 changed files with 279 additions and 256 deletions

View file

@ -36,6 +36,8 @@ where
Model<SelectionMode>: Selectable,
SelectionMode: Default,
{
const VERTICAL: bool = true;
fn variant_appearance(
theme: &crate::Theme,
style: &crate::theme::SegmentedButton,