feat: set top left and top right border radius
This commit is contained in:
@@ -48,6 +48,7 @@ export const BrowserTabs = (
|
|||||||
id={`tab-${index}`}
|
id={`tab-${index}`}
|
||||||
sx={{
|
sx={{
|
||||||
background: 'white',
|
background: 'white',
|
||||||
|
borderRadius: '5px 5px 0px 0px'
|
||||||
}}
|
}}
|
||||||
icon={<CloseButton closeTab={() => {
|
icon={<CloseButton closeTab={() => {
|
||||||
tabWasClosed = true;
|
tabWasClosed = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user