Skip to content

Commit

Permalink
fixed mask id issue with icons
Browse files Browse the repository at this point in the history
  • Loading branch information
PAVANA809 committed Nov 20, 2024
1 parent 52b572b commit 8006299
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/svg/DeleteSweep.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function DeleteSweep() {
>
<rect width="68" height="68" rx="34" fill="#00A5CE" fillOpacity="0.2" />
<mask
id="mask0_710_10419"
id="mask0_2074_4"
maskUnits="userSpaceOnUse"
x="12"
y="12"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/svg/GalleryThumbnail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function GalleryThumbnail() {
>
<rect width="68" height="68" rx="34" fill="#00A5CE" fillOpacity="0.2" />
<mask
id="mask0_710_10419"
id="mask0_2076_15"
maskUnits="userSpaceOnUse"
x="12"
y="12"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/svg/StackedEmail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function StackedEmail() {
>
<rect width="68" height="68" rx="34" fill="#00A5CE" fillOpacity="0.2" />
<mask
id="mask0_710_10419"
id="mask0_2074_20"
maskUnits="userSpaceOnUse"
x="12"
y="12"
Expand Down

0 comments on commit 8006299

Please sign in to comment.