From 4d9dfbd922fa7c206fe7394c67fc41bd20249cda Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Tue, 9 Dec 2025 22:01:13 -0800 Subject: [PATCH] Refactor VolumeBar component styles for improved clarity and consistency - Updated CSS classes in the VolumeBar component to enhance visual consistency and clarity. - Simplified hover effects and adjusted background styles for unique and duplicate byte displays. - Improved comments for better understanding of the visual elements in the component. --- .../src/routes/overview/StorageOverview.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/interface/src/routes/overview/StorageOverview.tsx b/packages/interface/src/routes/overview/StorageOverview.tsx index 2fafee36f..2d1cbae64 100644 --- a/packages/interface/src/routes/overview/StorageOverview.tsx +++ b/packages/interface/src/routes/overview/StorageOverview.tsx @@ -230,7 +230,7 @@ function VolumeBar({ volume, index }: VolumeBarProps) { initial={{ opacity: 0, y: 10 }} animate={{ opacity: 1, y: 0 }} transition={{ delay: index * 0.05 }} - className="group p-4 hover:bg-app-selected/50 rounded-lg transition-all cursor-pointer border border-transparent hover:border-app-line" + className="p-4 rounded-lg border border-transparent" >
-
+
- {/* Unique bytes - solid blue */} + {/* Unique bytes */} - {/* Duplicate bytes - striped pattern */} + {/* Duplicate bytes - lighter with stripes */}