Skip to content

Commit 39e5c73

Browse files
committed
redundant font property
1 parent 36215c7 commit 39e5c73

File tree

1 file changed

+3
-8
lines changed
  • packages/app/src/app/pages/common/Modals/ShareModal2

1 file changed

+3
-8
lines changed

packages/app/src/app/pages/common/Modals/ShareModal2/elements.js

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ export const Container = styled.div(
66
css({
77
display: 'flex',
88
fontFamily: 'Inter, sans-serif',
9-
10-
button: { fontFamily: 'body' },
11-
input: { fontFamily: 'body' },
12-
textarea: { fontFamily: 'body' },
13-
select: { fontFamily: 'body' },
149
})
1510
);
1611

@@ -21,8 +16,7 @@ export const Sidebar = styled.div(
2116
fontSize: 3,
2217

2318
maxWidth: 300, // for development, remove this
24-
height: '100%', // for development, remove this
25-
// overflowY: 'scroll',
19+
overflowY: 'auto',
2620
})
2721
);
2822

@@ -113,7 +107,7 @@ export const Input = styled.input(props =>
113107
paddingX: 2,
114108

115109
width: '100%',
116-
boxSizing: 'border-box', //probably not right
110+
boxSizing: 'border-box', // probably not right
117111
height: 32,
118112
lineHeight: '32px',
119113

@@ -150,6 +144,7 @@ export const Button = styled.button(
150144
borderColor: 'blues.600',
151145
color: 'white',
152146
fontSize: 2,
147+
fontFamily: 'body',
153148
height: 24,
154149
borderRadius: 'medium',
155150
cursor: 'pointer',

0 commit comments

Comments
 (0)