fix: add background color and border radius to loading indicator in Selectable component

This commit is contained in:
Aditya
2025-02-13 23:05:37 +05:30
parent 31db210325
commit 32dbf11f04

View File

@@ -217,6 +217,8 @@ const Selectable: FC<SelectableProps> = ({
right: 0,
top: "20%",
transform: "translateY(-20%)",
backgroundColor: "rgba(255, 255, 255, 0.7)",
borderRadius: "50%",
}}
aria-label="Loading..."
/>