Skip to content

Commit

Permalink
Fix: Icon Blur issues in Firefox browser Fixed. #79
Browse files Browse the repository at this point in the history
  • Loading branch information
JanukshanS committed Aug 25, 2024
1 parent 172b0c9 commit bd3dd31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ lerna-debug.log*
# npm and yarn lock files
package-lock.json
yarn.lock
pnpm-lock.yaml

node_modules
dist
Expand Down
2 changes: 1 addition & 1 deletion src/components/docs/cards/status-card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const StatusCard = ({ className, title, subtitle, icon: Icon }) => {
className
)}
>
<div className="opacity-80 mb-3 transform scale-75 md:scale-100 rounded-2xl p-5 flex aspect-square rotate-45 md:mt-2 bg-gray-200">
<div className="opacity-100 mb-3 transform scale-75 md:scale-100 rounded-2xl p-5 flex aspect-square rotate-45 md:mt-2 bg-gray-200">
<Icon className="w-8 h-8 -rotate-45 fill-black" />
</div>
<span className="font-semibold text-sm md:text-base -mt-3 md:mt-2">{title}</span>
Expand Down

0 comments on commit bd3dd31

Please sign in to comment.