More styling
This commit is contained in:
parent
63808c279e
commit
d2e7db54c2
@ -7,8 +7,8 @@ import { ISidebarLink } from '@/interfaces/SidebarLink.interfaces';
|
|||||||
const LinkContainer = styled('div')(({ theme }) => ({
|
const LinkContainer = styled('div')(({ theme }) => ({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
padding: '12px 16px',
|
padding: '12px 1px',
|
||||||
// borderRadius: theme.shape.borderRadius,
|
// borderRadius: theme.shape.borderRadius,s
|
||||||
// color: theme.palette.text.primary,
|
// color: theme.palette.text.primary,
|
||||||
textDecoration: 'none',
|
textDecoration: 'none',
|
||||||
transition: 'background 0.2s ease-in-out',
|
transition: 'background 0.2s ease-in-out',
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { styled } from '@mui/system';
|
import { styled } from '@mui/system';
|
||||||
import { Box, Typography, Button } from '@mui/material';
|
import DashboardIcon from '@mui/icons-material/Dashboard';
|
||||||
import { SIDEBAR_LINKS } from '@/constants/SidebarLink.constants';
|
import { SIDEBAR_LINKS } from '@/constants/SidebarLink.constants';
|
||||||
import SidebarLink from './SideBarLink';
|
import SidebarLink from './SideBarLink';
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ const SidebarLayout = () => {
|
|||||||
return (
|
return (
|
||||||
<LayoutWrapper>
|
<LayoutWrapper>
|
||||||
<Sidebar>
|
<Sidebar>
|
||||||
<SidebarHeader>PaymentIQ</SidebarHeader>
|
<SidebarHeader>PaymentIQ<DashboardIcon sx={{ marginLeft: 0.5 }}/></SidebarHeader>
|
||||||
{SIDEBAR_LINKS.map((link) => (
|
{SIDEBAR_LINKS.map((link) => (
|
||||||
<SidebarLink
|
<SidebarLink
|
||||||
key={link.path}
|
key={link.path}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user