From 8bb97b3e4ea325cf4fac11912a344c7f2d7dca82 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 5 Oct 2025 23:10:27 +0100 Subject: [PATCH] fix: set FAB to 50% transparent when no text selected Change opacity from 0 to 0.5 for better visibility --- 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 90f00f04..e70986e9 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 25368847..39b616eb 100644 --- a/src/components/HighlightButton.tsx +++ b/src/components/HighlightButton.tsx @@ -60,7 +60,7 @@ export const HighlightButton = React.forwardRef