Skip to content

Commit

Permalink
Change button type to outline
Browse files Browse the repository at this point in the history
  • Loading branch information
KatharinaSimma committed Apr 30, 2023
1 parent 573957d commit 7895156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[listsId]/SingleViewList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export default function SingleViewList(props: Props) {
<EditLIstTitle list={data.singleListWithTasks} />
<div className="w-full my-3">
<button
className="flex items-center gap-1 px-4 py-2 m-auto btn btn-error"
className="flex items-center gap-1 px-4 py-2 m-auto btn btn-error btn-outline"
aria-label={`Delete list ${data.singleListWithTasks.title}`}
onClick={async () => {
await handleDeleteList({
Expand Down

0 comments on commit 7895156

Please sign in to comment.