From 77bcc481b5a369821bda1e27f4ffefd46f7c5639 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 5 Oct 2025 23:10:42 +0100 Subject: [PATCH] fix: revert FAB opacity to 0.4 when no text selected --- dist/index.html | 2 +- src/components/HighlightButton.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.html b/dist/index.html index e70986e9..2b528cc0 100644 --- a/dist/index.html +++ b/dist/index.html @@ -5,7 +5,7 @@ Boris - Nostr Bookmarks - + diff --git a/src/components/HighlightButton.tsx b/src/components/HighlightButton.tsx index 39b616eb..b86448a2 100644 --- a/src/components/HighlightButton.tsx +++ b/src/components/HighlightButton.tsx @@ -60,7 +60,7 @@ export const HighlightButton = React.forwardRef