File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export const Input = styled.input`
3030 border: 0px;
3131 box-sizing: border-box;
3232 border-radius: 10px;
33- background-color: ${ ( { theme } ) => theme . colors . gray [ 100 ] } ;
33+ background-color: ${ ( { theme } ) => theme . colors . background . secondary } ;
3434 text-align: left;
3535` ;
3636
@@ -43,7 +43,7 @@ export const Button = styled.button`
4343 height: 1.7rem;
4444 padding: 0.3rem;
4545 border-radius: 50%;
46- background-color: ${ ( { theme } ) => theme . colors . white } ;
46+ background-color: ${ ( { theme } ) => theme . colors . background . primary } ;
4747 box-shadow: 0px 2px 4px ${ ( { theme } ) => `${ theme . colors . black } 33` } ;
4848 border: 1px solid ${ ( { theme } ) => theme . colors . gray [ 300 ] } ;
4949 cursor: pointer;
@@ -87,7 +87,7 @@ export const EmailInput = styled.input`
8787 border: 0px;
8888 box-sizing: border-box;
8989 border-radius: 10px;
90- background-color: ${ ( { theme } ) => theme . colors . gray [ 100 ] } ;
90+ background-color: ${ ( { theme } ) => theme . colors . background . secondary } ;
9191 text-align: left;
9292` ;
9393
You can’t perform that action at this time.
0 commit comments