fix: update Badge variant in SyncActionsList for better UI consistency
- Changed Badge variant from "secondary" to "outline" in SyncActionsList component to enhance visual clarity and align with design standards.
This commit is contained in:
@@ -308,7 +308,7 @@ function SyncActionsList({ actions }: { actions: JiraSyncAction[] }) {
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Badge variant="secondary" size="sm" className="shrink-0">
|
<Badge variant="outline" size="sm" className="shrink-0">
|
||||||
{getActionLabel(action.type)}
|
{getActionLabel(action.type)}
|
||||||
</Badge>
|
</Badge>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user