** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1372530 Title: Button text color doesn't offer great contrast Status in Ubuntu UI Toolkit: Triaged Status in “ubuntu-ui-toolkit” package in Ubuntu: Triaged Bug description: I'll attach some pictures to show what I mean. We have a visual design for the welcome wizard when you first turn on the device (see attached design.jpg). It shows a combo box that is hard to achieve with the current toolkit. (As an aside, there is no joiner between the drop down button and the rest of the widget in design.jpg. I don't know how to do that with the current SDK... But that's not the point of this bug.) My real problem is text color. By default, I get a kind of grey background color and light text. It's not the easiest to see. And this is the default! See default.png When I set a white background to get closer to the visual design, I still get a light text. Which is also hard to see. See white.png I seem to have no control over the color of the text. In ButtonStyle.qml, I see: textColor: ColorUtils.luminance(button.color) <= 0.85 && !(stroke && !pressed) ? "#FFFFFF" : "#888888" Which does not provide much control nor the possibility for a particularly dark text color. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1372530/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp