Skip to content

Commit

Permalink
Add ha-card border radius to card to follow theme style (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoker authored Dec 16, 2022
1 parent 46191e3 commit 0418cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default css`
flex: 1;
position: relative;
padding: 0px;
border-radius: 4px;
border-radius: var(--ha-card-border-radius, 4px);
overflow: hidden;
}
Expand Down

0 comments on commit 0418cd7

Please sign in to comment.