From 84409b372e2c0c84014bae52747a336b167eb1c1 Mon Sep 17 00:00:00 2001 From: Jin Lee Date: Fri, 12 Aug 2022 11:03:35 -0700 Subject: [PATCH] fix(drawerheader): correctly refer to color token --- src/components/DrawerHeader/DrawerHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DrawerHeader/DrawerHeader.tsx b/src/components/DrawerHeader/DrawerHeader.tsx index c46f72c2a..f688e2648 100644 --- a/src/components/DrawerHeader/DrawerHeader.tsx +++ b/src/components/DrawerHeader/DrawerHeader.tsx @@ -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 = {