Skip to content

Commit

Permalink
Update devtools.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Nov 12, 2022
1 parent dc027a0 commit 5a3fa70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-router-devtools/src/devtools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ function Logo(props: React.HTMLProps<HTMLDivElement>) {
style={{
backgroundImage:
'linear-gradient(to right, var(--tw-gradient-stops))',
// @ts-ignore
'--tw-gradient-from': '#84cc16',
'--tw-gradient-stops':
'var(--tw-gradient-from), var(--tw-gradient-to)',
Expand Down

0 comments on commit 5a3fa70

Please sign in to comment.