Skip to content

Commit

Permalink
Place icon next to the text in control button (#22451)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Oct 21, 2024
1 parent 885a63d commit 1e05730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ha-control-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class HaControlButton extends LitElement {
position: relative;
cursor: pointer;
display: flex;
flex-direction: column;
flex-direction: row;
align-items: center;
justify-content: center;
text-align: center;
Expand Down

0 comments on commit 1e05730

Please sign in to comment.