Skip to content

Commit e8a5c69

Browse files
committed
Fix style bug
1 parent ca8d44d commit e8a5c69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/home/HomeTab.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const Indicator = styled(animated.div)`
171171
const Selector = styled.div`
172172
background: white;
173173
height: 2rem;
174-
width: 5.25rem;
174+
width: 6rem;
175175
border-radius: 4px;
176176
display: flex;
177177
align-items: center;
@@ -193,6 +193,7 @@ const Selector = styled.div`
193193
}
194194
}
195195
${media.medium} {
196+
width: 5.25rem;
196197
font-size: 0.75rem;
197198
}
198199
`;

0 commit comments

Comments
 (0)