The safety layer: two presses for anything you cannot take back
Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8
This commit is contained in:
@@ -7,6 +7,9 @@ Item {
|
||||
default property alias trailingData: trailing.data
|
||||
property string icon: ""
|
||||
property string label: ""
|
||||
// The headline's colour. Foreground for every ordinary row; ErrorRow sets
|
||||
// it to Theme.danger so a failure reads as one at a glance.
|
||||
property color labelColor: Theme.fg
|
||||
property string detail: ""
|
||||
property string value: ""
|
||||
property bool divider: true
|
||||
@@ -70,7 +73,7 @@ Item {
|
||||
Text {
|
||||
width: parent.width
|
||||
text: root.label
|
||||
color: Theme.fg
|
||||
color: root.labelColor
|
||||
font.family: Theme.fontFamily
|
||||
font.pixelSize: Theme.fontSize
|
||||
font.weight: Font.Medium
|
||||
|
||||
Reference in New Issue
Block a user