fix button border radius issue
This commit is contained in:
parent
435272f275
commit
c51abc3b74
@ -27,7 +27,7 @@ const Button: FunctionComponent<{
|
|||||||
margin: 5px;
|
margin: 5px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 4vw;
|
border-radius: 30px;
|
||||||
}
|
}
|
||||||
`}</style>
|
`}</style>
|
||||||
{text}
|
{text}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user