We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ed7f91 + f326e77 commit 770fb15Copy full SHA for 770fb15
src/custom/Feedback/style.tsx
@@ -3,7 +3,6 @@ import {} from '../../constants/constants';
3
import {
4
BLACK,
5
BUTTON_MODAL,
6
- BUTTON_MODAL_DARK,
7
CARIBBEAN_GREEN,
8
CHINESE_SILVER,
9
CULTURED,
@@ -151,7 +150,7 @@ export const FeedbackSubmitButton = styled(Button)<SubmitProp>(({ isOpen }) => (
151
150
}));
152
153
export const FeedbackButton = styled(Button)<RenderPositionType>(({ theme, renderPosition }) => ({
154
- backgroundColor: theme.palette.mode === 'dark' ? BUTTON_MODAL_DARK : BUTTON_MODAL,
+ backgroundColor: BUTTON_MODAL,
155
color: CULTURED,
156
borderRadius: '5px',
157
padding: '10px 20px',
0 commit comments