mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: fix colors in signup
This commit is contained in:
@@ -342,7 +342,7 @@ export function FormInput({
|
||||
style={{
|
||||
marginBottom: Spacing.LEVEL_1
|
||||
}}
|
||||
color={colors.primary.paragraph}
|
||||
color={colors.secondary.paragraph}
|
||||
fontSize="XS"
|
||||
>
|
||||
{label}
|
||||
|
||||
@@ -87,7 +87,7 @@ const buttonTypes = (
|
||||
} => ({
|
||||
plain: {
|
||||
primary: "transparent",
|
||||
text: colors.secondary.buttonForeground,
|
||||
text: colors.primary.buttonForeground,
|
||||
selected: colors.primary.hover,
|
||||
borderWidth: 0.8,
|
||||
borderSelectedColor: getColorLinearShade(
|
||||
|
||||
Reference in New Issue
Block a user