nicer alignment good even though the sun moves on selection

This commit is contained in:
talksik
2022-05-30 08:30:44 -05:00
parent f8951d1c0d
commit d3b4616dda
@@ -73,7 +73,7 @@ export function ConversationList({ lookingForSomeone = false }: { lookingForSome
))} ))}
</List> </List>
<Divider /> {/* <Divider /> */}
{/* <List {/* <List
sx={{ sx={{
@@ -124,7 +124,7 @@ function ConversationRow({ conversation }: { conversation: Conversation }) {
<FiSun /> <FiSun />
</IconButton> </IconButton>
) : ( ) : (
<Box sx={{ color: 'GrayText', fontSize: 10, ml: 1 }}> <Box sx={{ color: 'GrayText', fontSize: 10, ml: 0 }}>
<FiCircle /> <FiCircle />
</Box> </Box>
)} )}