Skip to content

Commit

Permalink
fix: fixed lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
barttom committed Mar 25, 2024
1 parent ae973a2 commit 0000259
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function BaseHTMLEngineProvider({textSelectable = false, children, enableExperim
contentModel: HTMLContentModel.textual,
}),
}),
[styles.colorMuted, styles.formError, styles.mb0, styles.textLabelSupporting, styles.lh16],
[styles.formError, styles.mb0, styles.colorMuted, styles.textLabelSupporting, styles.lh16, styles.textSupporting, styles.textLineThrough],
);
/* eslint-enable @typescript-eslint/naming-convention */

Expand Down

0 comments on commit 0000259

Please sign in to comment.