feat: valid email token

This commit is contained in:
zerosoul
2022-05-10 21:00:08 +08:00
parent fe980da31b
commit fc42f89059
6 changed files with 91 additions and 32 deletions
+3
View File
@@ -11,6 +11,9 @@ const StyledButton = styled.button`
line-height: 24px;
color: #fff;
background-color: #22ccee;
&.flex {
width: 100%;
}
&:hover,
&:active {
background-color: #06aed4;