upd: action button style

This commit is contained in:
oiov
2024-08-18 09:57:18 +08:00
parent 012a1af2e3
commit 1bcc0a7ac8
2 changed files with 3 additions and 3 deletions
@@ -245,7 +245,7 @@ export default function UserRecordsList({ user, action }: RecordListProps) {
</TableCell>
<TableCell className="col-span-1 flex justify-center">
<Button
className="text-sm hover:bg-slate-100"
className="text-sm hover:bg-slate-100 dark:hover:text-primary-foreground"
size="sm"
variant={"outline"}
onClick={() => {
+2 -2
View File
@@ -249,7 +249,7 @@ export default function UserUrlsList({ user, action }: UrlListProps) {
</TableCell>
<TableCell className="col-span-1 flex items-center justify-center gap-2">
<Button
className="h-7 px-1 text-xs hover:bg-slate-100"
className="h-7 px-1 text-xs hover:bg-slate-100 dark:hover:text-primary-foreground"
size="sm"
variant={"outline"}
onClick={() => {
@@ -263,7 +263,7 @@ export default function UserUrlsList({ user, action }: UrlListProps) {
<PenLine className="ml-1 size-3" />
</Button>
<Button
className="h-7 px-1 text-xs hover:bg-slate-100"
className="h-7 px-1 text-xs hover:bg-slate-100 dark:hover:text-primary-foreground"
size="sm"
variant={"outline"}
onClick={() => {