diff --git a/web/src/features/fba/components/infoPanel/TabPanel.tsx b/web/src/features/fba/components/infoPanel/TabPanel.tsx index a49259023f..229b3d56e4 100644 --- a/web/src/features/fba/components/infoPanel/TabPanel.tsx +++ b/web/src/features/fba/components/infoPanel/TabPanel.tsx @@ -1,5 +1,6 @@ import { Box } from '@mui/material' import React from 'react' +import { theme } from 'app/theme' interface TabPanelProps { children?: React.ReactNode @@ -9,7 +10,12 @@ interface TabPanelProps { const TabPanel = ({ children, index, value }: TabPanelProps) => { return ( -