Skip to content

Commit

Permalink
fix(ui): update toast left border
Browse files Browse the repository at this point in the history
RISDEV-4777
  • Loading branch information
hamo225 committed Sep 8, 2024
1 parent 52b3078 commit 6ca8500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primevue/toast/toast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { tw } from "@/lib/tags.ts";

const toast: ToastPassThroughOptions = {
message: ({ props }) => {
const base = tw`flex flex-row items-center gap-8 border-l-8 p-16 w-full`;
const base = tw`flex flex-row items-center gap-8 border-l-4 p-16 w-full`;

const severity = props.message?.severity;

Expand Down

0 comments on commit 6ca8500

Please sign in to comment.