Skip to content

Commit

Permalink
feat: adjust separator line
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyCloudYang committed Oct 30, 2024
1 parent 6502621 commit e4bb348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/thu-info-app/src/ui/home/networkOnlineDevices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import {
import themes from "../../assets/themes/themes";
import {RoundedView} from "../../components/views";
import {useHeaderHeight} from "@react-navigation/elements";
import {getStatusBarHeight} from "react-native-safearea-height";
import { getStatusBarHeight } from "react-native-safearea-height";
import { styles } from "../settings/settings";

const DeviceCard = ({device, refresh}: {device: Device; refresh: Function}) => {
const themeName = useColorScheme();
Expand Down Expand Up @@ -67,9 +68,8 @@ const DeviceCard = ({device, refresh}: {device: Device; refresh: Function}) => {
</Text>
<View
style={{
borderWidth: 0.4,
...styles(themeName).separator,
marginVertical: 12,
borderColor: colors.themeGrey,
}}
/>
<Item left={getStr("ip6")} right={device.ip6} />
Expand Down

0 comments on commit e4bb348

Please sign in to comment.