mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
improved settings design
This commit is contained in:
14
apps/expo/src/components/ui/Separator.tsx
Normal file
14
apps/expo/src/components/ui/Separator.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Separator, styled } from "tamagui";
|
||||
|
||||
export const MWSeparator = styled(Separator, {
|
||||
variants: {
|
||||
type: {
|
||||
settings: {
|
||||
borderColor: "$shade300",
|
||||
},
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
type: "settings",
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user