Skip to content

Commit

Permalink
fix: use border-radius-s for pill badge variant (#64)
Browse files Browse the repository at this point in the history
broken since commit b0fa4b7
  • Loading branch information
AdrienC authored and web-padawan committed Mar 18, 2019
1 parent 164f05b commit 12bbea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion badge.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
/* Pill */

[theme~="badge"][theme~="pill"] {
--lumo-border-radius: 1em;
--lumo-border-radius-s: 1em;
}
</style>
</template>
Expand Down

0 comments on commit 12bbea0

Please sign in to comment.