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,
width: 'inherit',
zIndex: 25,
boxShadow: '0 4px 8px rgba(0, 0, 0, 0.2)',
boxShadow: 'default',
transition: 'box-shadow 200ms ease-in-out',
},
}}
+1 -1
View File
@@ -10,7 +10,7 @@ const RootNavigator = () => {
sx={{
alignItems: 'center',
position: 'sticky',
backgroundColor: 'rgba(255,255,255,0.9)',
backgroundColor: 'transparent',
top: 0,
zIndex: 100,
}}