From ea897ffd2fc4cb2eb6a8ca8cf94e44e9c777a112 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Thu, 22 Aug 2024 09:44:59 +0200 Subject: [PATCH] refactor: Update CreateThemePage component to dynamically generate theme data --- src/components/create-theme.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/create-theme.tsx b/src/components/create-theme.tsx index a2eabdd..a61a1b0 100644 --- a/src/components/create-theme.tsx +++ b/src/components/create-theme.tsx @@ -130,6 +130,9 @@ export default function CreateThemePage() {

Create your theme

Create your own theme for Zen Browser and share it with the community.

+
+ If the color is chosen from the palette, the accent color will be set to the user's selection in the preferences. However, if the color is chosen from the color picker, the accent color will be the color selected. +
{COLORS.map((color) => (