mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
feat: recreate dashboard page from previous version
This commit is contained in:
10
inertia/components/dashboard/swiper_handler.tsx
Normal file
10
inertia/components/dashboard/swiper_handler.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import styled from '@emotion/styled';
|
||||
|
||||
const SwiperHandler = styled.div(({ theme }) => ({
|
||||
height: '100%',
|
||||
width: '100%',
|
||||
display: 'flex',
|
||||
transition: `background-color ${theme.transition.delay}`,
|
||||
}));
|
||||
|
||||
export default SwiperHandler;
|
||||
Reference in New Issue
Block a user