Skip to content

Commit

Permalink
fix: syntax error in card styles (#19573)
Browse files Browse the repository at this point in the history
* fix: error in card styles

* Change files

* updates change log
  • Loading branch information
eljefe223 authored Aug 31, 2021
1 parent cb45155 commit 2180a7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: syntax error in card styles",
"packageName": "@fluentui/web-components",
"email": "jes@microsoft.com",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/web-components/src/card/card.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const cardStyles: (context: ElementDefinitionContext, definition: Foundat
width: var(--card-width, 100%);
box-sizing: border-box;
background: ${fillColor};
color: ${neutralForegroundRest}
color: ${neutralForegroundRest};
border-radius: calc(${layerCornerRadius} * 1px);
${elevation}
}
Expand Down

0 comments on commit 2180a7a

Please sign in to comment.