Skip to content

Commit adc0288

Browse files
committed
style(components): 为禁止按钮添加白色文本样式
1 parent d744b7b commit adc0288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/action-button-group.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function BlockButtonGroup<E, U>({
9898
{children}
9999
<AlertDialog>
100100
<AlertDialogTrigger asChild>
101-
<IconButton variant="destructive" icon="ban" />
101+
<IconButton variant="destructive" icon="ban" className="text-white" />
102102
</AlertDialogTrigger>
103103
<AlertDialogContent className="sm:max-w-lg">
104104
<AlertDialogHeader>

0 commit comments

Comments
 (0)