tweak: strengthen partial transcript tint
This commit is contained in:
@@ -244,7 +244,7 @@ actor VoicePushToTalk {
|
|||||||
.font: NSFont.systemFont(ofSize: 13, weight: .regular),
|
.font: NSFont.systemFont(ofSize: 13, weight: .regular),
|
||||||
]
|
]
|
||||||
full.append(NSAttributedString(string: committed, attributes: committedAttr))
|
full.append(NSAttributedString(string: committed, attributes: committedAttr))
|
||||||
let volatileColor: NSColor = isFinal ? .labelColor : NSColor.labelColor.withAlphaComponent(0.55)
|
let volatileColor: NSColor = isFinal ? .labelColor : NSColor.tertiaryLabelColor
|
||||||
let volatileAttr: [NSAttributedString.Key: Any] = [
|
let volatileAttr: [NSAttributedString.Key: Any] = [
|
||||||
.foregroundColor: volatileColor,
|
.foregroundColor: volatileColor,
|
||||||
.font: NSFont.systemFont(ofSize: 13, weight: .regular),
|
.font: NSFont.systemFont(ofSize: 13, weight: .regular),
|
||||||
|
|||||||
@@ -345,7 +345,7 @@ actor VoiceWakeRuntime {
|
|||||||
.font: NSFont.systemFont(ofSize: 13, weight: .regular),
|
.font: NSFont.systemFont(ofSize: 13, weight: .regular),
|
||||||
]
|
]
|
||||||
full.append(NSAttributedString(string: committed, attributes: committedAttr))
|
full.append(NSAttributedString(string: committed, attributes: committedAttr))
|
||||||
let volatileColor: NSColor = isFinal ? .labelColor : NSColor.labelColor.withAlphaComponent(0.55)
|
let volatileColor: NSColor = isFinal ? .labelColor : NSColor.tertiaryLabelColor
|
||||||
let volatileAttr: [NSAttributedString.Key: Any] = [
|
let volatileAttr: [NSAttributedString.Key: Any] = [
|
||||||
.foregroundColor: volatileColor,
|
.foregroundColor: volatileColor,
|
||||||
.font: NSFont.systemFont(ofSize: 13, weight: .regular),
|
.font: NSFont.systemFont(ofSize: 13, weight: .regular),
|
||||||
|
|||||||
Reference in New Issue
Block a user