Skip to content

Commit

Permalink
Merge branch 'main' into design-maintenance-docs-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
micheal-parks authored Aug 21, 2024
2 parents eedee0e + 925804a commit bc6fb7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime-core",
"version": "0.0.143",
"version": "0.0.144",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/lib/button/icon-button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ $: handleDisabled = preventHandler(disabled);
'cursor-not-allowed text-gray-4': disabled,
'hover:border-medium hover:bg-medium hover:text-gray-7 active:bg-gray-2 active:text-gray-8':
variant === 'primary' && !disabled,
'border-transparent text-default hover:bg-ghost-light active:border-ghost-medium active:bg-ghost-medium':
'border border-transparent text-default hover:bg-ghost-light active:border-ghost-medium active:bg-ghost-medium':
variant === 'ghost' && !disabled,
'border-light bg-light hover:border-medium hover:bg-medium active:border-medium active:bg-gray-2':
'border border-light bg-light hover:border-medium hover:bg-medium active:border-medium active:bg-gray-2':
variant === 'secondary' && !disabled,
'hover:bg-danger-dark hover:bg-opacity-[0.08] hover:text-danger-dark active:bg-[rgba(190,53,54,0.16)] active:text-danger-dark':
variant === 'danger' && !disabled,
Expand Down

0 comments on commit bc6fb7d

Please sign in to comment.