feat(governance): default font Alpha (#3543)

This commit is contained in:
Sam Keen 2023-04-28 18:08:36 +01:00 committed by GitHub
parent 77ab719b37
commit 473ef3ae83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,