We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f21b524 + f0fe85b commit 6c1b2a4Copy full SHA for 6c1b2a4
1 file changed
src/components/MyPage/FCMTestButton/FCMTestButton.tsx
@@ -58,9 +58,8 @@ export default FCMTestButton;
58
const Container = styled.div`
59
margin: 20px 0;
60
padding: 16px;
61
- background-color: ${({ theme }) => theme.colors.sub_gray1};
62
border-radius: 8px;
63
- border: 1px dashed ${({ theme }) => theme.colors.sub_gray5};
+ background-color: #f5f5f5;
64
`;
65
66
const TestButton = styled.button`
@@ -92,10 +91,8 @@ const TestButton = styled.button`
92
91
const ResultText = styled.pre`
93
margin-top: 12px;
94
padding: 12px;
95
- background-color: ${({ theme }) => theme.colors.sub_gray2};
96
border-radius: 4px;
97
font-size: 13px;
98
line-height: 1.5;
99
white-space: pre-wrap;
100
- color: ${({ theme }) => theme.colors.text1};
101
0 commit comments