chat: adjust unread banner corners

fixes urbit/landscape#657
This commit is contained in:
James Acklin 2021-03-27 22:49:14 -04:00
parent 18ab4eb7d2
commit feaabacf01

View File

@ -35,7 +35,7 @@ export const UnreadNotice = (props) => {
className='unread-notice'
>
<Center>
<Box backgroundColor='white' borderRadius='2'>
<Box backgroundColor='white' borderRadius='3' overflow='hidden'>
<Box
backgroundColor='washedBlue'
display='flex'