-
-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Labels
bugSomething isn't workingSomething isn't working
Description

Container(
color: userConvertionParameters.destWidth == null ||
userConvertionParameters.destWidth == 0
? darkRed
: darkGreen,
child: MacosTextField(
controller: _widthController,
placeholder: "Width: (Example: \"1280\")",
keyboardType: TextInputType.number,
onChanged: (String value) {
},
)
the placeholder on MacosTextField is too dark for most people, there should be a better contrast ratio
Vorkytaka and stephane-archer
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working