mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-01 10:11:50 +02:00
🎨 Fix color of preferences button
This commit is contained in:
parent
467ad4b6bb
commit
971de32e60
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ export const MobileNavigation = (props: { className?: string }) => {
|
|||
<button
|
||||
role="button"
|
||||
type="button"
|
||||
className="group flex items-center whitespace-nowrap rounded px-2 py-1 font-medium text-slate-600 transition-colors hover:bg-gray-200 hover:text-slate-600 hover:no-underline active:bg-gray-300"
|
||||
className="group flex items-center whitespace-nowrap rounded px-2 py-1 font-medium transition-colors hover:bg-gray-200 hover:text-slate-600 hover:no-underline active:bg-gray-300"
|
||||
>
|
||||
<AdjustmentsIcon className="group-hover:text-primary-600 h-5 opacity-75" />
|
||||
<span className="ml-2 hidden sm:block">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue