Skip to content

Commit 8e228b4

Browse files
committed
fix: placement issue
1 parent b599c6d commit 8e228b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/pass-quiz/components/current-question.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const CurrentQuestion = ({
132132
sx={{
133133
flex: 1,
134134
display: "flex",
135-
lightingColor: "center",
135+
alignItems: "center",
136136
justifyContent: "center",
137137
py: 3,
138138
}}

0 commit comments

Comments
 (0)