Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stephl3 committed Mar 1, 2024
1 parent f86497b commit 96ac96b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/form-footer/src/FormFooter.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ export const bannerStyle = css`

export const buttonStyle = css`
white-space: nowrap;
`;
`;
2 changes: 1 addition & 1 deletion packages/form-footer/src/FormFooter.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ export interface FormFooterProps extends HTMLElementProps<'footer'> {
* @default false
*/
darkMode?: boolean;
}
}

0 comments on commit 96ac96b

Please sign in to comment.