Improve checkbox

This commit is contained in:
John Lyon-Smith
2018-02-28 12:21:07 -08:00
parent 4b733e4a15
commit 6f4330adc5
5 changed files with 44 additions and 25 deletions

View File

@@ -6,8 +6,10 @@ export const colorInfo = {
buttonBackgroundHover: '#3CB0FD',
headerButtonBackground: '#FAFAFA',
headerButtonBackgroundHover: '#DADADA',
disabledButtonBackground: '#A0A0A0',
disabledButtonBackground: '#E0E0E0',
modalBackground: '#FFFFFF',
uncheckedCheckbox: '#A0A0A0',
uncheckedCheckboxHover: '#808080',
}
export const sizeInfo = {
@@ -17,6 +19,7 @@ export const sizeInfo = {
headerBorderWidth: 1,
buttonHeight: 40,
minButtonWidth: 100,
checkboxSize: 25,
}
export const fontInfo = {