Skip to content

Commit

Permalink
fix(nui): Adjust resources header size
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Jan 26, 2022
1 parent 3fb80ce commit 79a4e4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/components/NavBars/TopBar.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Box } from '@chakra-ui/react';
import { Box, Text } from '@chakra-ui/react';

const TopBar: React.FC = () => {
return (
<Box w="100%" h="5%">
<Box paddingLeft="1.2vh" fontSize="2.2vh">
<Text paddingLeft="1.2vh" fontSize="2vh">
Resources
</Box>
</Text>
</Box>
);
};
Expand Down

0 comments on commit 79a4e4c

Please sign in to comment.