Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved the error of #163 #164

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

yash777u
Copy link

@yash777u yash777u commented Apr 6, 2024

#163
This pull request resolves the warning message issued by MUI regarding the palette.paperChannel property. The warning indicated that palette.paper was not provided in a recognized format, leading to the need for explicit specification.

Changes Made:

Updated the palette.paper values to recognized color formats (#ffffff for white and #000000 for black) in the color-schemes.ts file to resolve the warning.

Changes made in paper within /src/styles/theme/color-schemes.ts

paper: '#ffffff', // Updated to recognized format for white
paper: '#000000', // Updated to recognized format for black

This change ensures that the palette.paper values conform to recognized color formats, thereby resolving the warning and improving code quality.

This resolves issue #163.

first SS
ksnip_20240406-200337

Copy link

vercel bot commented Apr 6, 2024

@yash777u is attempting to deploy a commit to the Devias Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant