Styling modules

This commit is contained in:
Aj - Thomas
2022-05-12 23:04:59 +02:00
parent e3af7629aa
commit e61e986028
3 changed files with 12 additions and 2 deletions

View File

@@ -121,6 +121,9 @@ function DayComponent(props: any) {
{sonarrFiltered.length > 0 && <Indicator size={7} offset={8} color="blue" children={null} />}
<Popover
position="left"
radius="lg"
shadow="xl"
transition="pop"
width={700}
onClose={() => setOpened(false)}
opened={opened}