Skip to content

Commit 99feaa4

Browse files
committed
fix: styling and type
1 parent 17fc5a4 commit 99feaa4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/Shared/Services/ToastManager/constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const TOAST_VARIANT_TO_CONFIG_MAP: Record<
4747
},
4848
[ToastVariantType.notAuthorized]: {
4949
icon: <ICLocked />,
50-
type: 'info',
50+
type: 'warning',
5151
},
5252
[ToastVariantType.updateAvailable]: {
5353
icon: <ICSparkles />,

src/Shared/Services/ToastManager/toastManager.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
.Toastify__toast-container {
22
padding: 0;
3-
width: 320px;
3+
width: 280px;
4+
5+
&--top-right {
6+
top: 8em;
7+
}
48
}
59

610
.custom-toast {

0 commit comments

Comments
 (0)