From e3553074a304502c818f7b6f7c83e9066a92f97b Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Sun, 4 Feb 2024 10:23:45 -0800 Subject: [PATCH] [bugfix]: use accent color for cache clearing --- .../features/settings/components/window/cache-settngs.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/renderer/features/settings/components/window/cache-settngs.tsx b/src/renderer/features/settings/components/window/cache-settngs.tsx index 7a566334..310703f5 100644 --- a/src/renderer/features/settings/components/window/cache-settngs.tsx +++ b/src/renderer/features/settings/components/window/cache-settngs.tsx @@ -1,9 +1,8 @@ -import { Button } from '@mantine/core'; import { closeAllModals, openModal } from '@mantine/modals'; import { useQueryClient } from '@tanstack/react-query'; import isElectron from 'is-electron'; import { useTranslation } from 'react-i18next'; -import { ConfirmModal, toast } from '/@/renderer/components'; +import { Button, ConfirmModal, toast } from '/@/renderer/components'; import { SettingsOptions } from '/@/renderer/features/settings/components/settings-option'; import { useCallback, useState } from 'react';