Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Feb 2, 2023
1 parent 4543d36 commit 27a97d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Widgets/IconicButton.vala
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public class He.IconicButton : He.Button {
}

construct {
this.add_css_class ("flat");
this.add_css_class ("iconic-button");
this.valign = Gtk.Align.CENTER;
this.color = He.Colors.NONE;
Expand Down

0 comments on commit 27a97d6

Please sign in to comment.