Skip to content

Commit

Permalink
Add color change functionality to
Browse files Browse the repository at this point in the history
CopilotPanelRotateColors component
  • Loading branch information
hejny committed Nov 30, 2023
1 parent 70210a9 commit c923817
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/CopilotPanel/CopilotPanelRotateColors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export function CopilotPanelRotateColors() {
<>
<button onClick={modifyWallpaperFont}>
Change
{
' '
/**/
}
{/* TODO: !! Put here colors of the page */}
<span style={{ color: '#ff0000' }}>c</span>
<span style={{ color: '#ff6622' }}>o</span>
Expand Down

1 comment on commit c923817

@vercel
Copy link

@vercel vercel bot commented on c923817 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

webgpt – ./

www.1-2i.com
webgpt-hejny.vercel.app
1-2i.com
webgpt-git-main-hejny.vercel.app
www.webgpt.cz
webgpt.cz

Please sign in to comment.