Skip to content

Commit 6e044d6

Browse files
Update components/inlinealert/stories/template.js
Co-authored-by: [ Cassondra ] <castastrophe@users.noreply.github.com>
1 parent 899ad7b commit 6e044d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/inlinealert/stories/template.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export const Template = ({
6161
class=${classMap({
6262
[rootClass]: true,
6363
[`${rootClass}--${variant}`]: typeof variant !== "undefined",
64-
[`${rootClass}--${variant}--${"subtle"}`]: typeof variant !== "undefined" && isSubtle,
65-
[`${rootClass}--${variant}--${"bold"}`]: typeof variant !== "undefined" && isBold,
64+
[`${rootClass}--${variant}--subtle`]: typeof variant !== "undefined" && isSubtle,
65+
[`${rootClass}--${variant}--bold`]: typeof variant !== "undefined" && isBold,
6666
...customClasses.reduce((a, c) => ({ ...a, [c]: true }), {}),
6767
})}
6868
style=${styleMap(customStyles)}

0 commit comments

Comments
 (0)