git push origin mainRevert "fix: fix icon classes for consistency and clarity #release:major"
This reverts commit 870828d551.
This commit is contained in:
@@ -514,7 +514,7 @@ export function DataTab() {
|
||||
<CardHeader>
|
||||
<div className="flex items-center mb-2">
|
||||
<motion.div className="text-accent-500 mr-2" whileHover={{ scale: 1.1 }} whileTap={{ scale: 0.9 }}>
|
||||
<div className="i-ph-download-simple w-5 h-5" />
|
||||
<div className="i-ph-filter-duotone w-5 h-5" />
|
||||
</motion.div>
|
||||
<CardTitle className="text-lg group-hover:text-bolt-elements-item-contentAccent transition-colors">
|
||||
Export Selected Settings
|
||||
@@ -592,7 +592,7 @@ export function DataTab() {
|
||||
whileHover={{ scale: 1.1 }}
|
||||
whileTap={{ scale: 0.9 }}
|
||||
>
|
||||
<div className="i-ph-arrow-counter-clockwise w-5 h-5" />
|
||||
<div className="i-ph-arrow-counter-clockwise-duotone w-5 h-5" />
|
||||
</motion.div>
|
||||
<CardTitle className="text-lg group-hover:text-bolt-elements-item-contentAccent transition-colors">
|
||||
Reset All Settings
|
||||
|
||||
Reference in New Issue
Block a user