Skip to content

Commit

Permalink
Update default card radius (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek authored Jan 21, 2023
1 parent d5dfeab commit ef11c8d
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: var(--ha-card-border-radius, 4px);
border-radius: var(--ha-card-border-radius, 12px);
box-shadow: var(
--ha-card-box-shadow,
0px 2px 1px -1px rgba(0, 0, 0, 0.2),
Expand Down

0 comments on commit ef11c8d

Please sign in to comment.