Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit fff1173

Browse files
committed
fix: removes spinner background color, moves it to HOC
1 parent bced30d commit fff1173

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/atoms/Spinner.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const useStyles = makeStyles(() => ({
1818
display: 'flex',
1919
justifyContent: 'center',
2020
alignItems: 'center',
21-
background: '#FFFFFF55',
2221
},
2322
spinner: {
2423
display: 'inline-block',

src/components/hoc/WithSpinner.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const useStyles = makeStyles(() => ({
77
position: 'relative',
88
},
99
spinnerWrapper: {
10+
background: '#FFFFFF55',
1011
position: 'absolute',
1112
},
1213
}))

0 commit comments

Comments
 (0)