Skip to content

Commit 67b1f05

Browse files
committed
design: fix gap in curation & point button
1 parent 9319e4e commit 67b1f05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

TERMTERM/src/components/curation/detail/term/Button.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const InnerBox = styled.View`
4747
const BtnText = styled.Text<{ COLOR: colorTheme }>`
4848
color: ${(props) => props.COLOR.Text.lighten};
4949
${TYPO_STYLE.Body[2].SemiBold};
50-
margin-right: 6px;
50+
margin-right: 8px;
5151
`;
5252

5353
export default Button;

TERMTERM/src/components/my/Point/HistoryWrapper.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ const Button = styled.TouchableOpacity<{ COLOR: colorTheme; mode: boolean }>`
114114
const ButtonContent = styled.Text`
115115
${TYPO_STYLE.Body[2].SemiBold};
116116
color: ${LIGHT_COLOR_STYLE.Text.lighten};
117+
margin-right: 8px;
117118
`;
118119

119120
export default HistoryWrapper;

0 commit comments

Comments
 (0)