[PM-1644] Resolve active tab using the wrong background color (#5097)

This commit is contained in:
Oscar Hinton 2023-03-30 21:03:42 +02:00 committed by GitHub
parent 873c35fbd4
commit 1129b48b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ export class TabListItemDirective implements FocusableOption {
"tw-border-t-primary-500",
"tw-border-b",
"tw-border-b-background",
"tw-bg-background",
"!tw-bg-background",
"hover:tw-border-t-primary-700",
"focus-visible:tw-border-t-primary-700",
"focus-visible:!tw-text-primary-700",