demoinformation

This commit is contained in:
2024-09-15 16:50:22 +02:00
parent d59e854b79
commit 5495cf59a5
4 changed files with 1306 additions and 658 deletions

View File

@@ -100,9 +100,6 @@ export const ThemeTextInput = ({ style, value, disabled, onValueChange, secureTe
flex: 1,
paddingVertical: 10,
paddingRight: 10,
// @ts-expect-error - Für Web, TS kennt outlineStyle nicht
outlineStyle: 'none',
backgroundColor: colors.backPrimary,
color: disabled ? colors.textDisabled : colors.text,
},