Skip to content

Commit

Permalink
fix(web-core): changing variable name due to new guidelines (#8131)
Browse files Browse the repository at this point in the history
  • Loading branch information
J0ris-K authored Nov 15, 2024
1 parent d7d4b40 commit b81e83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @xen-orchestra/web-core/lib/components/ui/title/UiTitle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ const slots = defineSlots<{
align-items: center;
gap: 2.4rem;
padding-block-end: 0.4rem;
border-bottom: 0.1rem solid var(--color-normal-txt-base);
border-bottom: 0.1rem solid var(--color-info-txt-base);
.label {
color: var(--color-normal-txt-base);
color: var(--color-info-txt-base);
}
.actions {
Expand Down

0 comments on commit b81e83c

Please sign in to comment.