mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
style(web/menu): change menu header font and weight
This commit is contained in:
@@ -11,7 +11,7 @@ const Header: React.FC<{ title: string }> = ({ title }) => {
|
||||
height="60px"
|
||||
width="sm"
|
||||
>
|
||||
<Text fontSize={24} textTransform="uppercase" fontWeight={300} fontFamily="Poppins">
|
||||
<Text fontSize={24} textTransform="uppercase" fontWeight={600} fontFamily="Nunito">
|
||||
{title}
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user