diff --git a/src/components/molecules/BrowserTabs.tsx b/src/components/molecules/BrowserTabs.tsx index 8e2a6a9f..2cda3937 100644 --- a/src/components/molecules/BrowserTabs.tsx +++ b/src/components/molecules/BrowserTabs.tsx @@ -64,7 +64,7 @@ export const BrowserTabs = ( })} - + ); } @@ -81,11 +81,13 @@ const CloseButton = ({ closeTab, disabled }: CloseButtonProps) => { size={"small"} onClick={closeTab} disabled={disabled} - sx={{ height: '34px', - '&:hover': { color: 'white', backgroundColor: '#1976d2' } }} + sx={{ + height: '34px', + '&:hover': { color: 'white', backgroundColor: '#1976d2' } + }} component="span" > - + ); }