Implement theme styling for Slider
This commit is contained in:
parent
03eda9b162
commit
3a820b45f3
7 changed files with 118 additions and 91 deletions
|
|
@ -59,6 +59,7 @@ pub struct Extended {
|
|||
pub primary: Group,
|
||||
pub success: Group,
|
||||
pub danger: Group,
|
||||
pub border: Color,
|
||||
}
|
||||
|
||||
lazy_static! {
|
||||
|
|
@ -86,6 +87,7 @@ impl Extended {
|
|||
palette.background,
|
||||
palette.text,
|
||||
),
|
||||
border: mix(palette.background, palette.text, 0.7),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue