fix(admin-ui): Lint all UI files (#3459)

This commit is contained in:
Kasper Fabricius Kristensen
2023-03-13 14:02:20 +01:00
committed by GitHub
parent 55febef7f1
commit ad7d7fcd51
432 changed files with 1593 additions and 1767 deletions

View File

@@ -19,7 +19,7 @@ export const TableToasterContainer = ({
})}
{...toast?.ariaProps}
>
<div className="flex items-center rounded-rounded bg-grey-90 px-base py-3.5">
<div className="rounded-rounded bg-grey-90 px-base flex items-center py-3.5">
{children}
</div>
</div>