Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/services/referral.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const openPanel = async (user: ReferralUser, language?: string): Promise<void> =
const toastId = notificationsService.show({
text: t('referrals.emailVerification.message'),
type: ToastType.Info,
containerClassName: 'w-100 border-primary/30 bg-primary/5 dark:bg-primary/10',
containerClassName: 'w-100 border-[#E5EFFF] dark:border-[#082D66] bg-[#F4F8FF] dark:bg-[#031632]',
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did the default style of the notification toast not suit the designer?
I find it odd that this particular toast is the only one that looks different from the rest of the app

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it. I created it just like the Figma shows

action: {
text: t('referrals.emailVerification.resendVerification'),
onClick: () => {
Expand Down
Loading