Skip to content

Commit

Permalink
fix l;oading view
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Aug 2, 2024
1 parent 5bbc2f6 commit 56f9ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/voice/VoicePeerRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class VoicePeerRow extends React.Component {
<li className={`flex flex-col items-center voice-card-modern flex-grow ${parentClass}`}>
<div className="flex p-2 w-full">
{loading ? (
<div className="absolute inset-0 flex items-center z-20 justify-center bg-opacity-70">
<div className="absolute inset-0 flex items-center z-20 justify-center bg-black rounded-md">
<svg
className="animate-spin -ml-1 mr-3 h-10 w-10 text-white"
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 56f9ae5

Please sign in to comment.