From fa69d9c4d96c0c1916f08cc355790765347aff6f Mon Sep 17 00:00:00 2001 From: prantikmedhi <140103052+prantikmedhi@users.noreply.github.com> Date: Wed, 13 May 2026 14:20:59 +0530 Subject: [PATCH] fix: let item labels inherit container color --- ui/src/components/item/QItem.sass | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/ui/src/components/item/QItem.sass b/ui/src/components/item/QItem.sass index 5da0d62ad9f..7d015600645 100644 --- a/ui/src/components/item/QItem.sass +++ b/ui/src/components/item/QItem.sass @@ -44,10 +44,12 @@ max-width: 100% &--overline - color: rgba(0,0,0,.7) + color: inherit + opacity: .7 &--caption - color: rgba(0,0,0,.54) + color: inherit + opacity: .54 &--header color: $grey-7 @@ -109,8 +111,10 @@ .q-item__label &--header color: rgba(255,255,255,.64) - &--overline, &--caption - color: rgba(255,255,255,.8) + &--overline + opacity: .8 + &--caption + opacity: .64 .q-item position: relative