We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9319e4e commit 67b1f05Copy full SHA for 67b1f05
TERMTERM/src/components/curation/detail/term/Button.tsx
@@ -47,7 +47,7 @@ const InnerBox = styled.View`
47
const BtnText = styled.Text<{ COLOR: colorTheme }>`
48
color: ${(props) => props.COLOR.Text.lighten};
49
${TYPO_STYLE.Body[2].SemiBold};
50
- margin-right: 6px;
+ margin-right: 8px;
51
`;
52
53
export default Button;
TERMTERM/src/components/my/Point/HistoryWrapper.tsx
@@ -114,6 +114,7 @@ const Button = styled.TouchableOpacity<{ COLOR: colorTheme; mode: boolean }>`
114
const ButtonContent = styled.Text`
115
116
color: ${LIGHT_COLOR_STYLE.Text.lighten};
117
118
119
120
export default HistoryWrapper;
0 commit comments