[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-05-07 19:29:59 +00:00
committed by GitHub
parent ced765e229
commit 2b3af1f7b7
+1 -1
View File
@@ -13,7 +13,7 @@ export const composeStyles = (...styles: StyleInput[]): Style[] => {
});
};
export const linkUnderlineStyle = { textDecoration: "underline" } satisfies Style;
const linkUnderlineStyle = { textDecoration: "underline" } satisfies Style;
export const composeLinkStyles = (...styles: StyleInput[]): Style[] => composeStyles(...styles, linkUnderlineStyle);