Skip to content

Commit c7e82c8

Browse files
committed
Fixed active support for ios
1 parent b9c35bb commit c7e82c8

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.idea/workspace.xml

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/elements/QuickTips.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const QuickTips = ({ tips }) => {
2020
return (
2121
<div
2222
key={index}
23-
className={`flex items-start gap-3 rounded-xl px-4 py-3 group transition-all duration-300 ease-in-out ${colors.bg} ${colors.text} ${rotation} hover:rotate-0 active:scale-[1.02] hover:scale-[1.02] hover:shadow-lg active:shadow-lg`}
23+
className={`flex items-start gap-3 rounded-xl px-4 py-3 group transition-all duration-300 ease-in-out ${colors.bg} ${colors.text} ${rotation} hover:rotate-0 active:rotate-0 active:scale-[1.02] hover:scale-[1.02] hover:shadow-lg active:shadow-lg`}
2424
>
2525
<div className="mt-0.5 flex-shrink-0 group-hover:rotate-6 group-active:rotate-6 transition-all duration-300">
2626
{IconComponent && <IconComponent size={21} />}

0 commit comments

Comments
 (0)