Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Feb 20, 2024
1 parent a367c25 commit a28f3f0
Show file tree
Hide file tree
Showing 6 changed files with 465 additions and 444 deletions.
4 changes: 2 additions & 2 deletions apps/zero-runtime-next-app/src/app/slider/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
import * as React from 'react';
import { styled } from '@mui/zero-runtime';
import { Button } from 'local-ui-lib';
import Slider from '@/components/Slider/ZeroSlider';
import Slider from '@/components/Slider/Slider';

const HalfWidth = styled.div(({ theme }) => ({
marginLeft: 20,
width: '50%',
maxHeight: 100,
padding: 20,
border: `1px solid ${theme.vars.palette.primary.main}`,
// border: `1px solid ${theme.vars.palette.primary.main}`,
}));

export default function SliderPage() {
Expand Down
Loading

0 comments on commit a28f3f0

Please sign in to comment.