style(checklist): ajusta estilo do botao Tornar opcional
Altera para variant outline com estilo similar ao botao Acessar remoto 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ab2bcdc755
commit
bf8975df2d
1 changed files with 3 additions and 2 deletions
|
|
@ -449,8 +449,9 @@ export function TicketChecklistCard({
|
||||||
<div className="flex shrink-0 items-center gap-1">
|
<div className="flex shrink-0 items-center gap-1">
|
||||||
<Button
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
variant="ghost"
|
variant="outline"
|
||||||
className="h-9 px-2 text-xs text-neutral-700 hover:bg-slate-100 hover:text-neutral-900 hover:border hover:border-slate-300 active:bg-slate-200/70 focus-visible:bg-slate-100"
|
size="sm"
|
||||||
|
className="border-slate-300 bg-white text-xs font-medium text-slate-700 shadow-sm hover:border-slate-400 hover:bg-slate-50"
|
||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
if (!actorId) return
|
if (!actorId) return
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue