diff --git a/packages/insomnia/src/ui/components/settings/plugins.tsx b/packages/insomnia/src/ui/components/settings/plugins.tsx index a6dcc1c8006..a182e799e9c 100644 --- a/packages/insomnia/src/ui/components/settings/plugins.tsx +++ b/packages/insomnia/src/ui/components/settings/plugins.tsx @@ -1,5 +1,6 @@ import * as path from 'path'; import React, { type FC, useEffect, useState } from 'react'; +import { Button } from 'react-aria-components'; import { NPM_PACKAGE_BASE, @@ -17,7 +18,6 @@ import { Link } from '../base/link'; import { HelpTooltip } from '../help-tooltip'; import { Icon } from '../icon'; import { showAlert, showPrompt } from '../modals'; -import { Button } from '../themed-button'; interface State { plugins: Plugin[]; npmPluginValue: string; @@ -127,9 +127,7 @@ export const Plugins: FC = () => { Copy Path {' '} @@ -208,25 +206,26 @@ export const Plugins: FC = () => { />
-
-
-
+