diff --git a/package.json b/package.json index eee0e22..018ede1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-icons": "^3.11.0", "react-share": "^4.2.1", "tailwindcss": "^1.8.8", - "tailwindcss-border-gradients": "1.0.1", + "tailwindcss-border-gradients": "^2.0.3", "tailwindcss-bulma-modals": "^1.0.2", "typescript": "^4.0.2" }, diff --git a/src/common/components/UI/Sidebar/Profile.tsx b/src/common/components/UI/Sidebar/Profile.tsx index c2943df..1310a77 100644 --- a/src/common/components/UI/Sidebar/Profile.tsx +++ b/src/common/components/UI/Sidebar/Profile.tsx @@ -18,7 +18,7 @@ const Profile: React.FC = () => ( render={data => (
diff --git a/src/common/components/UI/Sidebar/Sidebar.tsx b/src/common/components/UI/Sidebar/Sidebar.tsx index b0e1cf7..7e77546 100644 --- a/src/common/components/UI/Sidebar/Sidebar.tsx +++ b/src/common/components/UI/Sidebar/Sidebar.tsx @@ -9,7 +9,7 @@ interface SidebarProps { const mobileClass: (props: SidebarProps) => string = props => { return classNames({ - 'border-blue-transparent border-gradient-b-blue-custom flex-col justify-center px-5 mt-24 md:w-75 md:fixed md:h-screen md:mt-0 md:border-r': true, + 'border-blue-transparent border-gradient-b-blue-dark flex-col justify-center px-5 mt-24 md:w-75 md:fixed md:h-screen md:mt-0 md:border-r': true, 'hidden md:flex': !props.showOnMobile, flex: props.showOnMobile, }); diff --git a/src/common/components/UI/Sidebar/Social.tsx b/src/common/components/UI/Sidebar/Social.tsx index 019c9da..d713232 100644 --- a/src/common/components/UI/Sidebar/Social.tsx +++ b/src/common/components/UI/Sidebar/Social.tsx @@ -12,7 +12,7 @@ const iconClass = 'hover:text-blue-lighter text-xl'; const Social: React.FC = () => { return ( -
+