Skip to content

Commit 1adca17

Browse files
committed
fixup! ✨(frontend) improve favorite item a11y and update e2e test accordingly
1 parent 3d388b3 commit 1adca17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/frontend/apps/impress/src/features/docs/docs-grid/components/DocsGridActions.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { useTranslation } from 'react-i18next';
33
import { css } from 'styled-components';
44

55
import { DropdownMenu, DropdownMenuOption, Icon } from '@/components';
6-
import { useCunninghamTheme } from '@/cunningham';
76
import {
87
Doc,
98
KEY_LIST_DOC,
@@ -33,8 +32,6 @@ export const DocsGridActions = ({
3332
const makeFavoriteDoc = useCreateFavoriteDoc({
3433
listInvalideQueries: [KEY_LIST_DOC],
3534
});
36-
const { colorsTokens: _colorsTokens, spacingsTokens: _spacingsTokens } =
37-
useCunninghamTheme();
3835

3936
const options: DropdownMenuOption[] = [
4037
{

0 commit comments

Comments
 (0)