diff --git a/applications/launchpad_v2/src/components/Tabs/index.tsx b/applications/launchpad_v2/src/components/Tabs/index.tsx index efea9d83d4..7df682ac29 100644 --- a/applications/launchpad_v2/src/components/Tabs/index.tsx +++ b/applications/launchpad_v2/src/components/Tabs/index.tsx @@ -96,7 +96,7 @@ const Tabs = ({ tabs, selected, onSelect }: TabsProps) => { {tab.content} - + ` +export const TabContent = styled.div` position: absolute; top: 0; left: 0; diff --git a/applications/launchpad_v2/src/components/Text/types.ts b/applications/launchpad_v2/src/components/Text/types.ts index 6126456979..1f5d0b34f3 100644 --- a/applications/launchpad_v2/src/components/Text/types.ts +++ b/applications/launchpad_v2/src/components/Text/types.ts @@ -1,5 +1,5 @@ import { ReactNode, CSSProperties } from 'react' -import { AnimatedComponent, SpringValue, SpringValues } from 'react-spring' +import { AnimatedComponent, SpringValue } from 'react-spring' /** * @typedef TextProps