Skip to content

Commit b0684b3

Browse files
committed
Liquid glass mic and send button
1 parent 388a9f8 commit b0684b3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

apps/mobile/src/components/ChatInput.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
import {
2-
Circle,
3-
Host,
4-
TextField,
5-
type TextFieldRef,
6-
} from "@expo/ui/swift-ui";
1+
import { Circle, Host, TextField, type TextFieldRef } from "@expo/ui/swift-ui";
72
import { clipped, glassEffect, padding } from "@expo/ui/swift-ui/modifiers";
8-
import { ArrowUp, Microphone, type IconProps } from "phosphor-react-native";
3+
import { ArrowUp, Microphone } from "phosphor-react-native";
94
import { useRef, useState } from "react";
105
import { Platform, TextInput, TouchableOpacity, View } from "react-native";
116
import { useSafeAreaInsets } from "react-native-safe-area-context";

0 commit comments

Comments
 (0)