Skip to content

Commit

Permalink
fix: hover issue on logo
Browse files Browse the repository at this point in the history
  • Loading branch information
This-Is-Prince committed Oct 30, 2023
1 parent 3f687e5 commit a2b292e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/components/AppLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -951,10 +951,6 @@ export default styled(AppLayout)`
height: 100px;
}
.logo-container:hover {
background: #fff !important;
}
.menu-container {
top: 0px;
}
Expand Down
1 change: 1 addition & 0 deletions src/components/ExtensionNotDetected.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const ExtensionNotDetected: React.FC<Props> = ({ chosenWallet }) => {
}
type='info'
showIcon
className='changeColor text-blue-light-high dark:text-blue-dark-high'
/>
);
};
Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/News.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const News: FC<INewsProps> = (props) => {
}
return (
<div className='h-[520px] rounded-xxl bg-white p-4 drop-shadow-md dark:bg-section-dark-overlay lg:h-[550px] lg:p-6'>
<h2 className='mb-6 text-xl font-medium leading-8 leading-8 text-blue-light-high dark:text-blue-dark-high'>News</h2>
<h2 className='mb-6 text-xl font-medium leading-8 text-blue-light-high dark:text-blue-dark-high'>News</h2>

<div>
<TwitterTimelineEmbed
Expand Down

0 comments on commit a2b292e

Please sign in to comment.