chore: update classnames according to the new theming structure (#1494)
* chore: store various shades of accent color * refactor: custom theme selector * refactor: custom theme selector * chore: update custom theme input labels * fix: color generator function logic * fix: accent color preloaded data * chore: new theming structure * chore: update shades calculation logic * refactor: variable names * chore: update color scheming * chore: new color scheming * refactor: themes folder structure * chore: update classnames to the new ones * chore: update static colors * chore: sidebar link colors * chore: placeholder color * chore: update border classnames
This commit is contained in:
parent
a14f8c281b
commit
4c2cb2368a
329 changed files with 2130 additions and 1995 deletions
|
|
@ -35,18 +35,18 @@ const CustomErrorComponent = () => {
|
|||
<div className="space-y-8 text-center">
|
||||
<div className="space-y-2">
|
||||
<h3 className="text-lg font-semibold">Exception Detected!</h3>
|
||||
<p className="text-sm text-brand-secondary w-1/2 mx-auto">
|
||||
<p className="text-sm text-custom-text-200 w-1/2 mx-auto">
|
||||
We{"'"}re Sorry! An exception has been detected, and our engineering team has been
|
||||
notified. We apologize for any inconvenience this may have caused. Please reach out to
|
||||
our engineering team at{" "}
|
||||
<a href="mailto:support@plane.so" className="text-brand-accent">
|
||||
<a href="mailto:support@plane.so" className="text-custom-primary">
|
||||
support@plane.so
|
||||
</a>{" "}
|
||||
or on our{" "}
|
||||
<a
|
||||
href="https://discord.com/invite/A92xrEGCge"
|
||||
target="_blank"
|
||||
className="text-brand-accent"
|
||||
className="text-custom-primary"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Discord
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue