Skip to content

Commit 876d448

Browse files
fix(site): fix padding for loader (#11046)
1 parent 3dcbf63 commit 876d448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Loader/Loader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const Loader: FC<LoaderProps> = ({ size = 26, ...attrs }) => {
99
return (
1010
<div
1111
css={{
12-
padding: 4,
12+
padding: 32,
1313
width: "100%",
1414
display: "flex",
1515
alignItems: "center",

0 commit comments

Comments
 (0)