Customize the look of Onyx
Whitelabelling
tab in the admin panel. Here, we provide a way to input
a name of your choice, as well as an optional logo.
web/tailwind-themes/tailwind.config.js
: This file contains the base Tailwind configuration, including color definitions.web/src/app/globals.css
: This file defines CSS variables for colors, which are then used in the Tailwind config.web/src/app/globals.css
web/tailwind-themes/tailwind.config.js
.tailwind.config.js
file.web/tailwind-themes
.tailwind.config.js
file in this new folder.tailwind.config.js
file.NEXT_PUBLIC_THEME
to the name of your organization (e.g. the same name as the folder you created in step 2).