From 8aaad92efaf399ec837b7a22bd28fcc45fd41685 Mon Sep 17 00:00:00 2001 From: jonathan-barrios Date: Tue, 20 May 2025 10:59:13 -0500 Subject: [PATCH] Fix: Update Material UI color palette link to official v5 docs The previous link (material-ui-next.com) is outdated and may be compromised or malicious. Updated to the official v5 MUI documentation, which matches the repo's version and is safe for users. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cca424f9d..13bb5c224 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ To make the content of a `.md` file _private_ (meaning a person must purchase th ## Add your own styles -To change the color scheme of this app, modify the `primary` and `secondary` theme colors inside `lib/context.js`. Select any colors from Material UI's official [color palette](https://material-ui-next.com/style/color/#color). +To change the color scheme of this app, modify the `primary` and `secondary` theme colors inside `lib/context.js`. Select any colors from Material UI's official [color palette](https://v5.mui.com/material-ui/customization/color/#color-palette). Recommended ways to add your own styles to this app: 1. [Inline style for a single element](#inline-style-for-a-single-element)