Skip to content

Commit 25ea21a

Browse files
committed
dark mode fix
1 parent bae6534 commit 25ea21a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • beta/src/components/Layout/Nav

beta/src/components/Layout/Nav/Nav.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,15 @@ export default function Nav() {
166166
API
167167
</NavLink>
168168
</div>
169-
<div className="flex my-4 h-10 mx-0 w-full lg:hidden justify-end slg:max-w-sm">
169+
<div className="flex my-4 h-10 mx-0 w-full lg:hidden justify-end lg:max-w-sm">
170170
<Search />
171171
<button
172172
aria-label="Give feedback"
173173
type="button"
174174
className={cn(
175175
'inline-flex lg:hidden items-center rounded-full px-1.5 ml-4 lg:ml-6 relative top-px',
176176
{
177-
'bg-card': showFeedback,
177+
'bg-card dark:bg-card-dark': showFeedback,
178178
}
179179
)}
180180
onClick={handleFeedback}>

0 commit comments

Comments
 (0)