Skip to content

Commit 1b812ee

Browse files
committed
formating removed-45
1 parent e24c276 commit 1b812ee

File tree

1 file changed

+4
-11
lines changed
  • client/packages/lowcoder/src/comps/comps/navComp

1 file changed

+4
-11
lines changed

client/packages/lowcoder/src/comps/comps/navComp/navComp.tsx

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,13 @@ type IProps = {
3636
$borderColor: string;
3737
$borderWidth: string;
3838
$borderRadius: string;
39-
$animationStyle: AnimationStyleType;
39+
$animationStyle:AnimationStyleType;
4040
};
4141

4242
const Wrapper = styled('div')<
43-
Pick<
44-
IProps,
45-
| '$bgColor'
46-
| '$borderColor'
47-
| '$borderWidth'
48-
| '$borderRadius'
49-
| '$animationStyle'
50-
>
51-
>`
52-
${(props) => props.$animationStyle}
43+
Pick<IProps, '$bgColor' | '$borderColor' | '$borderWidth' | '$borderRadius'|'$animationStyle'>
44+
>`
45+
${props=>props.$animationStyle}
5346
height: 100%;
5447
border-radius: ${(props) =>
5548
props.$borderRadius ? props.$borderRadius : '2px'};

0 commit comments

Comments
 (0)