Skip to content

Commit 6c1b2a4

Browse files
Merge pull request #448 from FunD-StockProject/fix/qa-01-19
1
2 parents f21b524 + f0fe85b commit 6c1b2a4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/components/MyPage/FCMTestButton/FCMTestButton.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ export default FCMTestButton;
5858
const Container = styled.div`
5959
margin: 20px 0;
6060
padding: 16px;
61-
background-color: ${({ theme }) => theme.colors.sub_gray1};
6261
border-radius: 8px;
63-
border: 1px dashed ${({ theme }) => theme.colors.sub_gray5};
62+
background-color: #f5f5f5;
6463
`;
6564

6665
const TestButton = styled.button`
@@ -92,10 +91,8 @@ const TestButton = styled.button`
9291
const ResultText = styled.pre`
9392
margin-top: 12px;
9493
padding: 12px;
95-
background-color: ${({ theme }) => theme.colors.sub_gray2};
9694
border-radius: 4px;
9795
font-size: 13px;
9896
line-height: 1.5;
9997
white-space: pre-wrap;
100-
color: ${({ theme }) => theme.colors.text1};
10198
`;

0 commit comments

Comments
 (0)