Searched refs:kColorDisabled (Results 1 – 2 of 2) sorted by relevance
28 static constexpr teeui::Color kColorDisabled = 0xffbdbdbd; variable
231 color = inverted_ ? kColorDisabledInv : kColorDisabled; in showInstructions()