diff --git a/src/frontend/panda.config.ts b/src/frontend/panda.config.ts index f66633d5..80a0af93 100644 --- a/src/frontend/panda.config.ts +++ b/src/frontend/panda.config.ts @@ -223,6 +223,7 @@ const config: Config = { fonts: { sans: { value: [ + 'Marianne', 'Source Sans', 'Source Sans fallback', 'ui-sans-serif', diff --git a/src/frontend/src/components/Avatar.tsx b/src/frontend/src/components/Avatar.tsx index d007d293..3268b8d0 100644 --- a/src/frontend/src/components/Avatar.tsx +++ b/src/frontend/src/components/Avatar.tsx @@ -1,4 +1,4 @@ -import { cva, RecipeVariantProps } from '@/styled-system/css' +import { css, cva, RecipeVariantProps } from '@/styled-system/css' import React from 'react' const avatar = cva({ @@ -19,7 +19,8 @@ const avatar = cva({ list: { width: '32px', height: '32px', - fontSize: '1.25rem', + fontSize: '1.3rem', + lineHeight: '1rem', }, placeholder: { width: '100%', @@ -60,7 +61,13 @@ export const Avatar = ({ className={avatar({ context, notification })} {...props} > - {initial} + + {initial} + ) } diff --git a/src/frontend/src/components/FeedbackBanner.tsx b/src/frontend/src/components/FeedbackBanner.tsx index 52cc5daf..7fcdaf03 100644 --- a/src/frontend/src/components/FeedbackBanner.tsx +++ b/src/frontend/src/components/FeedbackBanner.tsx @@ -25,7 +25,9 @@ export const FeedbackBanner = () => { })} >