parent
e69dcf99fb
commit
2a0ca26c8c
2 changed files with 0 additions and 24 deletions
@ -1,21 +0,0 @@ |
||||
import styled from 'styled-components' |
||||
// lib
|
||||
import palette from 'lib/styles/palette' |
||||
|
||||
const PageNum = ({ num }: Props) => { |
||||
return <Content>{num}p</Content> |
||||
} |
||||
|
||||
const Content = styled.span` |
||||
min-width: 32px; |
||||
margin-right: 16px; |
||||
font-size: 14px; |
||||
font-weight: 500; |
||||
color: ${palette.gray4}; |
||||
`;
|
||||
|
||||
interface Props { |
||||
num: number; |
||||
} |
||||
|
||||
export default PageNum |
Loading…
Reference in new issue