Skip to content

Commit

Permalink
fix(a11y): padding
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Nov 1, 2024
1 parent 2c87260 commit e8c5019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmic-applet-a11y/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl cosmic::Application for CosmicA11yApplet {

self.core
.applet
.popup_container(toggle.padding([8, 8]))
.popup_container(container(toggle).padding([8, 0]))
.max_width(372.)
.max_height(600.)
.into()
Expand Down

0 comments on commit e8c5019

Please sign in to comment.