mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 23:16:42 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
52d053c00f
commit
cfbc0b07a3
4 changed files with 7 additions and 7 deletions
|
|
@ -204,7 +204,7 @@ function NovaSkillPage() {
|
|||
return (
|
||||
<li key={f.key} className="flex items-center gap-2 text-sm">
|
||||
{done ? (
|
||||
<Check className="h-4 w-4 text-emerald-500 shrink-0" />
|
||||
<Check className="h-4 w-4 text-success shrink-0" />
|
||||
) : (
|
||||
<CircleDashed className="h-4 w-4 text-muted-foreground/50 shrink-0" />
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue