From 9a8dfeb35b160a1b44a7d4c6327306f4a82e2ea0 Mon Sep 17 00:00:00 2001 From: Roland Bewick Date: Thu, 31 Aug 2023 15:20:00 +0700 Subject: [PATCH] chore: add hover classes on connector buttons --- src/components/connectors/ConnectorElement.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/connectors/ConnectorElement.ts b/src/components/connectors/ConnectorElement.ts index 76a28fd..a122f44 100644 --- a/src/components/connectors/ConnectorElement.ts +++ b/src/components/connectors/ConnectorElement.ts @@ -5,6 +5,7 @@ import {ConnectorType} from '../../types/ConnectorType'; import {color} from '../css/colors'; import {ConnectorConfig} from '../../types/ConnectorConfig'; import store from '../../state/store'; +import {hoverClasses} from '../css/hoverClasses'; export abstract class ConnectorElement extends withTwind()( BitcoinConnectElement @@ -29,7 +30,7 @@ export abstract class ConnectorElement extends withTwind()( override render() { return html`