Skip to content

Commit

Permalink
Improve togglable contrast (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupi007 committed Nov 20, 2022
1 parent 7f59250 commit 154e6f0
Show file tree
Hide file tree
Showing 39 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/controls/yaru_togglable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ abstract class YaruTogglableState<S extends YaruTogglable> extends State<S>
final colorScheme = Theme.of(context).colorScheme;

// Normal colors
const uncheckedColor = Colors.transparent;
final uncheckedBorderColor = colorScheme.onSurface.withOpacity(.25);
final uncheckedColor = colorScheme.surface;
final uncheckedBorderColor = colorScheme.onSurface.withOpacity(.3);
final checkedColor = colorScheme.primary;
final checkmarkColor = colorScheme.onPrimary;

Expand Down
Binary file modified test/controls/goldens/yaru_check_button-unchecked-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_check_button-unchecked-light.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_check_button-unckecked-focused-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_check_button-unckecked-hovered-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_check_button-unckecked-pressed-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_checkbox-unchecked-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_checkbox-unchecked-light.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_checkbox-unckecked-focused-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_checkbox-unckecked-focused-light.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_checkbox-unckecked-hovered-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_checkbox-unckecked-hovered-light.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_checkbox-unckecked-pressed-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_checkbox-unckecked-pressed-light.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_popup_menu_item-unchecked-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_popup_menu_item-unchecked-light.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_radio-unchecked-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_radio-unchecked-light.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_radio-unckecked-focused-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/controls/goldens/yaru_radio-unckecked-focused-light.png
Binary file modified test/controls/goldens/yaru_radio-unckecked-hovered-dark.png
Binary file modified test/controls/goldens/yaru_radio-unckecked-hovered-light.png
Binary file modified test/controls/goldens/yaru_radio-unckecked-pressed-dark.png
Binary file modified test/controls/goldens/yaru_radio-unckecked-pressed-light.png
Binary file modified test/controls/goldens/yaru_radio_button-unchecked-dark.png
Binary file modified test/controls/goldens/yaru_radio_button-unchecked-light.png
Binary file modified test/controls/goldens/yaru_radio_button-unckecked-focused-dark.png
Binary file modified test/controls/goldens/yaru_radio_button-unckecked-hovered-dark.png
Binary file modified test/controls/goldens/yaru_radio_button-unckecked-pressed-dark.png

0 comments on commit 154e6f0

Please sign in to comment.