diff --git a/frontend/src/component/events/EventLog/EventLog.tsx b/frontend/src/component/events/EventLog/EventLog.tsx index 45b774b10a..684d7e2004 100644 --- a/frontend/src/component/events/EventLog/EventLog.tsx +++ b/frontend/src/component/events/EventLog/EventLog.tsx @@ -99,7 +99,7 @@ export const EventLog = ({ title, project, feature }: IEventLogProps) => { /> ); - const resultComponent = () => { + const ResultComponent = () => { if (loading) { return ( @@ -165,7 +165,7 @@ export const EventLog = ({ title, project, feature }: IEventLogProps) => { /> } /> - {resultComponent()} + 25} diff --git a/frontend/src/component/filter/FilterItem/FilterItemChip/FilterItemChip.tsx b/frontend/src/component/filter/FilterItem/FilterItemChip/FilterItemChip.tsx index 3929a18ff0..9039e6020e 100644 --- a/frontend/src/component/filter/FilterItem/FilterItemChip/FilterItemChip.tsx +++ b/frontend/src/component/filter/FilterItem/FilterItemChip/FilterItemChip.tsx @@ -24,6 +24,11 @@ const StyledChip = styled( backgroundColor: theme.palette.secondary.light, } : {}), + + ':focus-visible': { + outline: `1px solid ${theme.palette.primary.main}`, + borderColor: theme.palette.primary.main, + }, })); const StyledLabel = styled('div')(({ theme }) => ({