Skip to content

Commit 40579d2

Browse files
committed
Update button variant in SoundTable
1 parent 08a8b6b commit 40579d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/notification-generator/tabs/sound/SoundTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export function SoundTable({
244244
return (
245245
<Button
246246
key={pageNumber}
247-
variant={currentPage === pageNumber ? "primary" : "outline-solid"}
247+
variant={currentPage === pageNumber ? "primary" : "outline"}
248248
size="sm"
249249
onClick={() => handlePageChange(pageNumber)}
250250
className="h-8 w-8 p-0"

0 commit comments

Comments
 (0)