[WEB-5809] refactor: tailwind config inline variables (#8437)
This commit is contained in:
parent
e3ba7c2889
commit
92ac28fcb8
169 changed files with 1273 additions and 1130 deletions
|
|
@ -63,7 +63,7 @@ export const TopNavigationRoot = observer(function TopNavigationRoot() {
|
|||
<div className="relative">
|
||||
<InboxIcon className="size-5" />
|
||||
{totalNotifications > 0 && (
|
||||
<span className="absolute -top-0 -right-0 size-2 rounded-full bg-red-500" />
|
||||
<span className="absolute top-0 right-0 size-2 rounded-full bg-danger-primary" />
|
||||
)}
|
||||
</div>
|
||||
),
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ export const ISSUE_RELATION_OPTIONS: Record<TIssueRelationTypes, TRelationObject
|
|||
blocked_by: {
|
||||
key: "blocked_by",
|
||||
i18n_label: "issue.relation.blocked_by",
|
||||
className: "bg-red-500/20 text-red-700",
|
||||
className: "bg-danger-primary text-danger-primary",
|
||||
icon: (size) => <CircleDot size={size} className="text-secondary" />,
|
||||
placeholder: "None",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue