Update MessageComposer.tsx
This commit is contained in:
@@ -321,8 +321,8 @@ export function ComposerContainer({children}: {children: React.ReactNode}) {
|
|||||||
a.pl_lg,
|
a.pl_lg,
|
||||||
a.pb_lg,
|
a.pb_lg,
|
||||||
// prevent overlap with the scrollbar, which looks ugly
|
// prevent overlap with the scrollbar, which looks ugly
|
||||||
a.pr_xs, // xs + md = lg
|
a.pr_sm, // sm + sm = lg
|
||||||
{width: `calc(100% - ${tokens.space.md}px)` as '100%'},
|
{width: `calc(100% - ${tokens.space.sm}px)` as '100%'},
|
||||||
],
|
],
|
||||||
})}
|
})}
|
||||||
key={t.name} // android does not update when you change the colors. sigh.
|
key={t.name} // android does not update when you change the colors. sigh.
|
||||||
|
|||||||
Reference in New Issue
Block a user