Skip to content

Commit

Permalink
fix(cards): base card style typo (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Mar 15, 2021
1 parent 3ba117e commit 66c6823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cards/addon/components/base-card/index.css
@@ -1,5 +1,5 @@
.base-card {
border-style: var(--structure-border-style);
border-radius: var(--structure-border-radius);
border-wdith: var(--structure-border-width);
border-width: var(--structure-border-width);
}

0 comments on commit 66c6823

Please sign in to comment.