Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small improvements #1048

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion explorer/src/components/layout/HeaderChainDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const HeaderChainDropdown: FC = () => {

return (
<Listbox value={indexerSet} onChange={handleChainChange}>
<div className='relative'>
<div className='relative z-10'>
<Listbox.Button className='relative w-full cursor-default rounded-full bg-white py-2 pl-3 pr-10 text-left font-["Montserrat"] shadow-md focus:outline-none focus-visible:border-indigo-500 focus-visible:ring-2 focus-visible:ring-white focus-visible:ring-opacity-75 focus-visible:ring-offset-2 focus-visible:ring-offset-orange-300 dark:bg-blueAccent dark:text-white sm:text-sm'>
<div className='flex items-center justify-center'>
<AutonomysSymbol />
Expand Down
4 changes: 2 additions & 2 deletions explorer/src/components/layout/NotFound/NotFoundImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ export const NotFoundImage = () => {
y2='245.004'
gradientUnits='userSpaceOnUse'
>
<stop stopColor='#542C72' />
<stop offset='0.7402' stopColor='#160C1E' />
<stop stopColor='#3654A6' />
<stop offset='0.7402' stopColor='#1E254E' />
<stop offset='1' />
</linearGradient>
<linearGradient
Expand Down
Loading