Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Nov 4, 2024
1 parent 78fe5d4 commit be5a3a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stories/Accordion/accordion.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
} from '../../src/lib/components/accordion/Accordion.component';
import { Button } from '../../src/lib/components/buttonv2/Buttonv2.component';
import { spacing, Stack } from '../../src/lib/spacing';
import { margin } from 'styled-system';
import { Text } from '../../src/lib';

type AccordionStory = StoryObj<AccordionProps>;
Expand Down Expand Up @@ -70,7 +69,7 @@ export const WithCustomStyle: AccordionStory = {
render: (args) => {
const { title } = args;
const theme = useTheme();
console.log(theme);

const style = {
backgroundColor: theme.statusHealthy,
borderRadius: spacing.r4,
Expand Down

0 comments on commit be5a3a8

Please sign in to comment.