Use existing shadow value
This commit is contained in:
@@ -253,7 +253,7 @@ const GanttChart = ({
|
|||||||
minWidth: length,
|
minWidth: length,
|
||||||
width: 'inherit',
|
width: 'inherit',
|
||||||
zIndex: 25,
|
zIndex: 25,
|
||||||
boxShadow: '0 4px 8px rgba(0, 0, 0, 0.2)',
|
boxShadow: 'default',
|
||||||
transition: 'box-shadow 200ms ease-in-out',
|
transition: 'box-shadow 200ms ease-in-out',
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ const RootNavigator = () => {
|
|||||||
sx={{
|
sx={{
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
position: 'sticky',
|
position: 'sticky',
|
||||||
backgroundColor: 'rgba(255,255,255,0.9)',
|
backgroundColor: 'transparent',
|
||||||
top: 0,
|
top: 0,
|
||||||
zIndex: 100,
|
zIndex: 100,
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user