From 623dda1f2a6f6f9d0848da92a0e5d7de45bcab46 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Wed, 28 Jun 2023 17:13:53 +0530 Subject: [PATCH] chore: update custom theme input labels --- .../components/core/custom-theme-selector.tsx | 28 +++++++++++++------ 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/apps/app/components/core/custom-theme-selector.tsx b/apps/app/components/core/custom-theme-selector.tsx index ef21b86e1..5bc25b138 100644 --- a/apps/app/components/core/custom-theme-selector.tsx +++ b/apps/app/components/core/custom-theme-selector.tsx @@ -139,7 +139,9 @@ export const CustomThemeSelector: React.FC = ({ preLoadedData }) => {
-

Background

+

+ Primary background color +

= ({ preLoadedData }) => {
-

Background surface 1

+

+ Secondary background color +

= ({ preLoadedData }) => {
-

Background surface 2

+

+ Tertiary background color +

= ({ preLoadedData }) => {
-

Border

+

Border color

= ({ preLoadedData }) => {
-

Sidebar

+

+ Sidebar background color +

= ({ preLoadedData }) => {
-

Accent

+

Accent color

= ({ preLoadedData }) => {
-

Text primary

+

+ Primary text color +

= ({ preLoadedData }) => {
-

Text secondary

+

+ Secondary text color +