Skip to content

Commit 770fb15

Browse files
authored
Merge pull request #621 from captain-Akshay/master
feat(components): feedback default colour for both mode
2 parents 3ed7f91 + f326e77 commit 770fb15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/custom/Feedback/style.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {} from '../../constants/constants';
33
import {
44
BLACK,
55
BUTTON_MODAL,
6-
BUTTON_MODAL_DARK,
76
CARIBBEAN_GREEN,
87
CHINESE_SILVER,
98
CULTURED,
@@ -151,7 +150,7 @@ export const FeedbackSubmitButton = styled(Button)<SubmitProp>(({ isOpen }) => (
151150
}));
152151

153152
export const FeedbackButton = styled(Button)<RenderPositionType>(({ theme, renderPosition }) => ({
154-
backgroundColor: theme.palette.mode === 'dark' ? BUTTON_MODAL_DARK : BUTTON_MODAL,
153+
backgroundColor: BUTTON_MODAL,
155154
color: CULTURED,
156155
borderRadius: '5px',
157156
padding: '10px 20px',

0 commit comments

Comments
 (0)