fix: overlapping buttons with navbar fixes #373

This commit is contained in:
Fredrik Burmester
2025-01-05 15:29:39 +01:00
parent a061f9f480
commit 49d157a95a
3 changed files with 44 additions and 34 deletions

View File

@@ -7,7 +7,7 @@ export function Input(props: TextInputProps) {
return (
<TextInput
ref={inputRef}
className="p-4 border border-neutral-800 rounded-xl bg-neutral-900"
className="p-4 rounded-xl bg-neutral-900"
allowFontScaling={false}
style={[{ color: "white" }, style]}
placeholderTextColor={"#9CA3AF"}