fix(appearance): wrong label for accent color section
This commit is contained in:
parent
a8020c5261
commit
8ef9450c9e
1 changed files with 1 additions and 1 deletions
|
|
@ -1124,7 +1124,7 @@ pub fn mode_and_colors() -> Section<crate::pages::Message> {
|
|||
)
|
||||
.add(
|
||||
cosmic::iced::widget::column![
|
||||
text(&*descriptions[2]),
|
||||
text(&*descriptions[1]),
|
||||
scrollable(
|
||||
cosmic::iced::widget::row![
|
||||
color_button(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue