Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
  • Loading branch information
waleedlatif1 committed Mar 30, 2026
commit cb493e92842157749b18e7a6755ee0037142e129
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,7 @@ function FeatureToggleItem({
>
<CheckboxIcon checked={enabled} color={color} />
<ProviderPreviewIcon providerId={feature.providerId} />
<span
className={textClassName}
style={{ color: enabled ? '#F6F6F6AA' : '#F6F6F640' }}
>
<span className={textClassName} style={{ color: enabled ? '#F6F6F6AA' : '#F6F6F640' }}>
{feature.name}
</span>
</motion.div>
Expand Down
Loading