Compare commits

...
Author SHA1 Message Date
Matthew Russell 15ee4d0a57 fix: remove calt from nav and toasts 2023-02-27 13:16:25 -08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export const Nav = ({
title, title,
}: NavbarProps) => { }: NavbarProps) => {
const themeWrapperClasses = classNames( const themeWrapperClasses = classNames(
'w-full overflow-y-hidden overflow-x-auto md:overflow-x-hidden font-alpha calt lg:text-lg', 'w-full overflow-y-hidden overflow-x-auto md:overflow-x-hidden font-alpha lg:text-lg',
{ {
dark: navbarTheme === 'dark', dark: navbarTheme === 'dark',
} }
@@ -155,7 +155,7 @@ export const Toast = ({
'w-[320px] rounded-md overflow-hidden', 'w-[320px] rounded-md overflow-hidden',
'shadow-[8px_8px_16px_0_rgba(0,0,0,0.4)]', 'shadow-[8px_8px_16px_0_rgba(0,0,0,0.4)]',
'text-black dark:text-white', 'text-black dark:text-white',
'font-alpha calt text-[14px] leading-[19px]', 'font-alpha text-[14px] leading-[19px]',
// background // background
{ {
'bg-vega-light-100 dark:bg-vega-dark-100 ': intent === Intent.None, 'bg-vega-light-100 dark:bg-vega-dark-100 ': intent === Intent.None,