Skip to content

Commit 3424e6d

Browse files
authored
fix: Download button size (#1960)
Signed-off-by: tarun8718 <tarunkumar8718@gmail.com>
1 parent 5934c56 commit 3424e6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ui/components/SideBar/styles.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export const DownloadsManagerButton = styled.button`
255255
line-height: 1.25;
256256
display: flex;
257257
flex-direction: row;
258-
height: 35px;
258+
height: 40px;
259259
padding: 0;
260260
color: inherit;
261261
border: none;
@@ -269,8 +269,8 @@ export const DownloadsManagerButton = styled.button`
269269
export const DownloadsManagerLabel = styled.span`
270270
display: block;
271271
line-height: 30px;
272-
width: 35px;
273-
height: 35px;
272+
width: 40px;
273+
height: 40px;
274274
transition: opacity var(--transitions-duration);
275275
opacity: 0.6;
276276
color: inherit;

0 commit comments

Comments
 (0)