mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
style button for links
This commit is contained in:
parent
b00d9fbfb8
commit
395ab832d3
@ -23,6 +23,11 @@ const StyledButton = styled.button<{ status: keyof typeof ButtonType }>`
|
||||
background: ${({ status, theme }) => getButtonStatus(status, theme)};
|
||||
color: ${({ theme }) => theme.FULL_WHITE};
|
||||
cursor: pointer;
|
||||
padding: 8px 16px;
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
font-size: 18px;
|
||||
}
|
||||
`;
|
||||
|
||||
const StyledButtonContent = styled.div`
|
||||
@ -30,7 +35,6 @@ const StyledButtonContent = styled.div`
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding: 8px;
|
||||
`;
|
||||
|
||||
export const Button: React.FC<ButtonProps> = ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user