mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: add background color and border radius to loading indicator in Selectable component
This commit is contained in:
@@ -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..."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user