Chore: change misleading query name

This commit is contained in:
csrapr 2021-02-17 17:51:36 +00:00 committed by Josh Harvey
parent b89ba7d939
commit 2401238b2f
5 changed files with 45 additions and 28 deletions

View file

@ -34,7 +34,8 @@ const styles = {
},
actionButtons: {
display: 'flex',
marginLeft: spacer * 2
marginLeft: spacer * 2,
height: 0
},
notificationIcon: {
position: 'absolute',
@ -56,7 +57,7 @@ const styles = {
width: 440,
height: '90vh',
maxHeight: '100vh',
marginTop: 8,
marginTop: spacer * 3,
marginLeft: 0,
marginRight: 10,
overflowY: 'auto',
@ -80,6 +81,7 @@ const styles = {
},
unreadIcon: {
marginLeft: spacer,
marginTop: 5,
width: '12px',
height: '12px',
backgroundColor: secondaryColor,
@ -87,6 +89,16 @@ const styles = {
cursor: 'pointer',
zIndex: 1
},
readIcon: {
marginLeft: spacer,
marginTop: 5,
width: '12px',
height: '12px',
border: `1px solid ${comet}`,
borderRadius: '50%',
cursor: 'pointer',
zIndex: 1
},
notificationTitle: {
margin: 0,
color: comet