Skip to content

Commit

Permalink
fix: border styles on table action button
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBird committed Dec 20, 2023
1 parent 122d92d commit c1c0491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --open",
"dev": "vite",
"lint": "eslint .",
"types": "vue-tsc --noEmit",
"build": "vite build",
Expand Down
3 changes: 1 addition & 2 deletions src/components/TableActionBtn.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<template>
<button
type="button"
class="rounded-md px-1.5 py-1 text-sm font-medium shadow-sm bg-white dark:bg-zinc-800 hover:bg-zinc-200
dark:hover:bg-zinc-700 focus:(outline-none ring-1 ring-blue-500)"
class="rounded-md px-1.5 py-1 mx-0.5 text-sm bg-transparent border border-transparent hover:(border border-1 border-zinc-500)"
>
<slot />
</button>
Expand Down

1 comment on commit c1c0491

@vercel
Copy link

@vercel vercel bot commented on c1c0491 Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.