Skip to content

Commit

Permalink
ar(feat) DPCP-30-36: Calendar View, Map View
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 5, 2024
1 parent eb4cb80 commit 4b9ab5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atoms/05_SystemIcon/SystemIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @atoms/SystemIcon.tsx
import { useMemo } from 'react';
import clsx from 'clsx';
import { DreamPipColors } from '../../../dist/tailwind.config.ts';
import { DreamPipColors } from '../../../tailwind.config.ts';
import * as Icons from './assets';

type Theme = 'light' | 'dark';
Expand Down

0 comments on commit 4b9ab5d

Please sign in to comment.