Use existing shadow value

This commit is contained in:
Sakura Knoll
2022-03-06 17:06:45 +09:00 Unverified
parent a17fb2d584
commit e79b3aa78e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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',
}, },
}} }}
+1 -1
View File
@@ -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,
}} }}