helpers
This commit is contained in:
parent
f9c47cf479
commit
9260ee87e1
7 changed files with 112 additions and 66 deletions
|
|
@ -429,7 +429,7 @@ impl pick_list::StyleSheet for Theme {
|
|||
impl radio::StyleSheet for Theme {
|
||||
type Style = ();
|
||||
|
||||
fn active(&self, _style: &Self::Style, is_checked: bool) -> radio::Appearance {
|
||||
fn active(&self, _style: &Self::Style, _is_checked: bool) -> radio::Appearance {
|
||||
let palette = self.extended_palette();
|
||||
|
||||
radio::Appearance {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue