Skip to content

Commit

Permalink
Update makepad and use new RadioButton styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos committed May 31, 2024
1 parent bcb3f25 commit 988a650
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 55 deletions.
113 changes: 62 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ live_design! {
mobile_modes = <View> {
tab1 = <AppTab> {
animator: {selected = {default: on}}
label: "Rooms"
text: "Rooms"
draw_icon: {
svg_file: (ICON_CHAT),
}
Expand All @@ -151,7 +151,7 @@ live_design! {
align: {x: 0.5, y: 0.5}
}
tab2 = <AppTab> {
label: "DMs",
text: "DMs",
draw_icon: {
svg_file: (ICON_CONTACTS),
}
Expand All @@ -161,7 +161,7 @@ live_design! {
align: {x: 0.5, y: 0.5}
}
tab3 = <AppTab> {
label: "Spaces",
text: "Spaces",
draw_icon: {
svg_file: (ICON_DISCOVER),
}
Expand All @@ -171,7 +171,7 @@ live_design! {
align: {x: 0.5, y: 0.5}
}
tab4 = <AppTab> {
label: "Profile",
text: "Profile",
draw_icon: {
svg_file: (ICON_ME),
}
Expand Down

0 comments on commit 988a650

Please sign in to comment.