Skip to content

Commit 7f872b0

Browse files
committed
fix: blue line
1 parent a036a53 commit 7f872b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/antalmanac/src/components/ReviewPrompt/ReviewStep.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ export function ReviewStep() {
130130
? {
131131
'& .MuiInputLabel-root': { color: LIGHT_BLUE },
132132
'& .MuiInputLabel-root.Mui-focused': { color: LIGHT_BLUE },
133+
'& .MuiInput-underline:before': { borderBottomColor: LIGHT_BLUE },
134+
'& .MuiInput-underline:after': { borderBottomColor: LIGHT_BLUE },
133135
}
134136
: {}
135137
}

0 commit comments

Comments
 (0)