feat(governance): default font Alpha (#3543)
This commit is contained in:
parent
77ab719b37
commit
473ef3ae83
@ -14,7 +14,7 @@ export const AppLayout = ({ children }: AppLayoutProps) => {
|
|||||||
const { isReadOnly } = useVegaWallet();
|
const { isReadOnly } = useVegaWallet();
|
||||||
const AppLayoutClasses = classNames(
|
const AppLayoutClasses = classNames(
|
||||||
'app w-full max-w-[1500px] mx-auto grid',
|
'app w-full max-w-[1500px] mx-auto grid',
|
||||||
'lg:text-body-large',
|
'font-alpha lg:text-body-large',
|
||||||
{
|
{
|
||||||
'grid-rows-[repeat(2,min-content)_1fr_min-content]': !isReadOnly,
|
'grid-rows-[repeat(2,min-content)_1fr_min-content]': !isReadOnly,
|
||||||
'grid-rows-[repeat(3,min-content)_1fr_min-content]': isReadOnly,
|
'grid-rows-[repeat(3,min-content)_1fr_min-content]': isReadOnly,
|
||||||
|
Loading…
Reference in New Issue
Block a user