Skip to content

Commit 896bae3

Browse files
ref(js): Remove unneeded Flex styled component (#30489)
1 parent 9951262 commit 896bae3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

static/app/components/noProjectMessage.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,20 @@ const HelpMessage = styled('div')`
103103
margin-bottom: ${space(2)};
104104
`;
105105

106-
const Flex = styled('div')`
106+
const Wrapper = styled('div')`
107107
display: flex;
108-
`;
109-
110-
const Wrapper = styled(Flex)`
111108
flex: 1;
112109
align-items: center;
113110
justify-content: center;
114111
`;
115112

116-
const HeightWrapper = styled(Flex)`
113+
const HeightWrapper = styled('div')`
114+
display: flex;
117115
height: 350px;
118116
`;
119117

120-
const Content = styled(Flex)`
118+
const Content = styled('div')`
119+
display: flex;
121120
flex-direction: column;
122121
justify-content: center;
123122
margin-left: 40px;

0 commit comments

Comments
 (0)