🎨 Update theme (#666)

This commit is contained in:
Alejandra
2024-03-11 16:50:46 +01:00
committed by GitHub
parent 4ef4b27b10
commit 7cf9577ebb
15 changed files with 53 additions and 53 deletions

View File

@@ -24,9 +24,7 @@ const Navbar: React.FC<NavbarProps> = ({ type }) => {
<Input type='text' placeholder='Search' fontSize={{ base: 'sm', md: 'inherit' }} borderRadius='8px' />
</InputGroup> */}
<Button
bg="ui.main"
color="white"
_hover={{ opacity: 0.8 }}
variant="primary"
gap={1}
fontSize={{ base: 'sm', md: 'inherit' }}
onClick={type === 'User' ? addUserModal.onOpen : addItemModal.onOpen}