diff --git a/assets/base.css b/assets/base.css index 3c962b16c..9334525f0 100644 --- a/assets/base.css +++ b/assets/base.css @@ -11,6 +11,8 @@ --text-secondary: white; --hover: rgba(0, 0, 0, 0.075); + --hover-1: rgba(0, 0, 0, 0.15); + --hover-2: rgba(0, 0, 0, 0.25); --cyan: #22b8cf; --green: #37b679; @@ -41,6 +43,8 @@ --secondary: white; --secondary-2: #f1f3f5; --hover: rgba(255, 255, 255, 0.075); + --hover-1: rgba(255, 255, 255, 0.15); + --hover-2: rgba(255, 255, 255, 0.25); --selection: var(--purple); --text-base: white; diff --git a/assets/components.css b/assets/components.css index eab469589..ebebcc238 100644 --- a/assets/components.css +++ b/assets/components.css @@ -1,3 +1,3 @@ .fit { - min-height: calc(100vh - 88px - 41px); + min-height: calc(100vh - 88px); } diff --git a/components/core/Avatar/Avatar.tsx b/components/core/Avatar/Avatar.tsx index d8bea803a..3797f8073 100644 --- a/components/core/Avatar/Avatar.tsx +++ b/components/core/Avatar/Avatar.tsx @@ -12,7 +12,7 @@ const Avatar: FC = ({}) => { return (
= ({ className, pages }) => { return (