Skip to content

Commit

Permalink
wallet-ext: toasts less margin (MystenLabs#7729)
Browse files Browse the repository at this point in the history
| before | after |
| - | - |
| <img width="417" alt="Screenshot 2023-01-26 at 18 13 51"
src="https://user-images.githubusercontent.com/10210143/214917095-59a744a2-d728-48db-875f-a41f93a52f01.png">
| <img width="417" alt="Screenshot 2023-01-26 at 18 14 05"
src="https://user-images.githubusercontent.com/10210143/214917146-6999f18b-95fc-48da-bf04-e5fc45ee1afa.png">
|

addresses
MystenLabs#7583 (comment)
  • Loading branch information
pchrysochoidis authored Jan 26, 2023
1 parent 5b8f26c commit f601b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet/src/ui/app/shared/toaster/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type ToasterProps = {
bottomNavEnabled: boolean;
};
const commonToastClasses =
'!text-p2 !font-medium !rounded-2lg !shadow-notification';
'!px-0 !py-1 !text-p2 !font-medium !rounded-2lg !shadow-notification';
export function Toaster({ bottomNavEnabled }: ToasterProps) {
const { pathname } = useLocation();
const isExtraNavTabsVisible = pathname.startsWith('/apps');
Expand Down

0 comments on commit f601b66

Please sign in to comment.