Skip to content

Commit

Permalink
fix medium text lwc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel94104 committed Sep 11, 2023
1 parent 4496cac commit 58b9953
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<template>
<h2 class="slds-text-heading_medium" style="{inlineStyle}">{text}</h2>
<h2 class="slds-text-heading_medium" style={inlineStyle}>{text}</h2>
</template>

0 comments on commit 58b9953

Please sign in to comment.