Replace test-runner with vitest for storybook (#17187)
This commit is contained in:
+1
-2
@@ -44,8 +44,7 @@ const StyledDragHandleContainer = styled.div`
|
||||
background: ${({ theme }) => theme.background.transparent.secondary};
|
||||
backdrop-filter: ${({ theme }) => theme.blur.medium};
|
||||
color: ${({ theme }) => theme.font.color.primary};
|
||||
box-shadow:
|
||||
${({ theme }) => theme.boxShadow.light},
|
||||
box-shadow: ${({ theme }) => theme.boxShadow.light},
|
||||
${({ theme }) => theme.boxShadow.strong};
|
||||
}
|
||||
|
||||
|
||||
+2
-4
@@ -67,8 +67,7 @@ const StyledWidgetCard = styled.div<{
|
||||
|
||||
${isDragging &&
|
||||
css`
|
||||
background:
|
||||
linear-gradient(
|
||||
background: linear-gradient(
|
||||
0deg,
|
||||
${theme.background.transparent.lighter} 0%,
|
||||
${theme.background.transparent.lighter} 100%
|
||||
@@ -120,8 +119,7 @@ const StyledWidgetCard = styled.div<{
|
||||
|
||||
${isDragging &&
|
||||
css`
|
||||
background:
|
||||
linear-gradient(
|
||||
background: linear-gradient(
|
||||
0deg,
|
||||
${theme.background.transparent.lighter} 0%,
|
||||
${theme.background.transparent.lighter} 100%
|
||||
|
||||
Reference in New Issue
Block a user