diff options
author | Eric Bailey <git@esb.lol> | 2024-05-21 17:14:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-21 17:14:30 -0500 |
commit | 4b0e118844506357e24f0aba3ceb411bf7a14cb8 (patch) | |
tree | 5f657bd322c291c9df38c9ba16ec746ef9db96b2 /src/components/Dialog | |
parent | cbfb69dd1530319a8a5ad9807778015e38f3c228 (diff) | |
download | voidsky-4b0e118844506357e24f0aba3ceb411bf7a14cb8.tar.zst |
Remove added radius, add to specific location (#4160)
Diffstat (limited to 'src/components/Dialog')
-rw-r--r-- | src/components/Dialog/index.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index b88159613..315f863b5 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -277,8 +277,6 @@ export const InnerFlatList = React.forwardRef< a.h_full, { marginTop: 40, - borderTopLeftRadius: 40, - borderTopRightRadius: 40, }, flatten(style), ]} |