mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-13 22:37:14 +10:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user