update unfocused button style per feedback

This commit is contained in:
Michael Hudson-Doyle 2017-11-22 10:16:04 +13:00
parent ba8056768e
commit 61a31cc263
1 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@ STYLES = [
('frame_footer', 'fg', 'brand'),
('body', 'fg', 'bg'),
('done_button', 'good', 'bg'),
('danger_button', 'danger', 'bg'),
('other_button', 'gray', 'bg'),
('done_button', 'fg', 'bg'),
('danger_button', 'fg', 'bg'),
('other_button', 'fg', 'bg'),
('done_button focus', 'fg', 'good'),
('danger_button focus', 'fg', 'danger'),
('other_button focus', 'fg', 'gray'),