fix: Yellow color shades are inconsistent (#4391)
This commit is contained in:
committed by
GitHub
parent
1194188f13
commit
3d164271a8
@@ -14,8 +14,8 @@
|
||||
<fluent-icon
|
||||
v-if="!isHMACVerified"
|
||||
v-tooltip="$t('CONVERSATION.UNVERIFIED_SESSION')"
|
||||
class="text-y-800"
|
||||
size="14"
|
||||
class="hmac-warning__icon"
|
||||
icon="warning"
|
||||
/>
|
||||
</h3>
|
||||
@@ -181,7 +181,11 @@ export default {
|
||||
|
||||
.snoozed--display-text {
|
||||
font-weight: var(--font-weight-medium);
|
||||
color: var(--y-900);
|
||||
color: var(--y-600);
|
||||
}
|
||||
}
|
||||
|
||||
.hmac-warning__icon {
|
||||
color: var(--y-600);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user