Skip to content

Commit

Permalink
fix(drawerheader): correctly refer to color token
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlee93 authored Aug 12, 2022
2 parents 988e793 + 84409b3 commit a92c92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DrawerHeader/DrawerHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import clsx from 'clsx';
import React, { MouseEventHandler, ReactNode } from 'react';
import { EdsThemeColorIconNeutralSubtle } from '../../../src/tokens-dist/ts/colors';
import Button from '../../components/Button';
import Icon from '../../components/Icon';
import { EdsThemeColorIconNeutralSubtle } from '../../tokens-dist/ts/colors';
import styles from '../Drawer/Drawer.module.css';

export type Props = {
Expand Down

0 comments on commit a92c92b

Please sign in to comment.