mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
add register and login screens
This commit is contained in:
@@ -6,21 +6,37 @@ export const MWInput = styled(Input, {
|
||||
variants: {
|
||||
type: {
|
||||
default: {
|
||||
backgroundColor: "$inputBackground",
|
||||
color: "$inputText",
|
||||
placeholderTextColor: "$placeHolderText",
|
||||
borderColor: "$inputBorder",
|
||||
backgroundColor: "$ash600",
|
||||
color: "$ash100",
|
||||
placeholderTextColor: "$ash200",
|
||||
borderColor: "$ash500",
|
||||
outlineStyle: "none",
|
||||
focusStyle: {
|
||||
borderColor: "$ash300",
|
||||
},
|
||||
},
|
||||
search: {
|
||||
backgroundColor: "$searchBackground",
|
||||
backgroundColor: "$shade500",
|
||||
color: "$shade100",
|
||||
borderColor: "$colorTransparent",
|
||||
placeholderTextColor: "$searchPlaceholder",
|
||||
placeholderTextColor: "$shade100",
|
||||
outlineStyle: "none",
|
||||
focusStyle: {
|
||||
borderColor: "$colorTransparent",
|
||||
},
|
||||
},
|
||||
authentication: {
|
||||
backgroundColor: "$shade500",
|
||||
color: "$shade100",
|
||||
placeholderTextColor: "$shade400",
|
||||
outlineStyle: "none",
|
||||
focusStyle: {
|
||||
borderColor: "$shade300",
|
||||
},
|
||||
pressStyle: {
|
||||
backgroundColor: "$shade500",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user