Skip to content

Commit

Permalink
update color edit hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Mar 11, 2024
1 parent 1171fb8 commit addbfaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion web/containers/OnBoarding/Hotkey/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,10 @@ const HotkeyOnBoarding = () => {
Cancel
</span>
) : (
<span className="cursor-pointer" onClick={start}>
<span
className="cursor-pointer text-blue-500 dark:text-blue-300"
onClick={start}
>
Edit Hotkey
</span>
)}
Expand Down
6 changes: 3 additions & 3 deletions web/public/images/quick-ask-animation-dark.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit addbfaf

Please sign in to comment.