Improve checkbox
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user