Fixed: Border hover colors in dark theme

(cherry picked from commit bead56893f080a1ac1df230908314f3ba8e0c6ce)

Closes #3554
pull/3592/head
Stevie Robinson 1 year ago committed by Bogdan
parent 4782922a47
commit 1d09ddf67e

@ -95,27 +95,27 @@ module.exports = {
defaultBackgroundColor: '#333', defaultBackgroundColor: '#333',
defaultBorderColor: '#eaeaea', defaultBorderColor: '#eaeaea',
defaultHoverBackgroundColor: '#444', defaultHoverBackgroundColor: '#444',
defaultHoverBorderColor: '#d6d6d6;', defaultHoverBorderColor: '#d6d6d6',
primaryBackgroundColor: '#0b8750', primaryBackgroundColor: '#0b8750',
primaryBorderColor: '#1d563d', primaryBorderColor: '#1d563d',
primaryHoverBackgroundColor: '#097948', primaryHoverBackgroundColor: '#097948',
primaryHoverBorderColor: '#1D563D;', primaryHoverBorderColor: '#1D563D',
successBackgroundColor: '#27c24c', successBackgroundColor: '#27c24c',
successBorderColor: '#26be4a', successBorderColor: '#26be4a',
successHoverBackgroundColor: '#24b145', successHoverBackgroundColor: '#24b145',
successHoverBorderColor: '#1f9c3d;', successHoverBorderColor: '#1f9c3d',
warningBackgroundColor: '#ff902b', warningBackgroundColor: '#ff902b',
warningBorderColor: '#ff8d26', warningBorderColor: '#ff8d26',
warningHoverBackgroundColor: '#ff8517', warningHoverBackgroundColor: '#ff8517',
warningHoverBorderColor: '#fc7800;', warningHoverBorderColor: '#fc7800',
dangerBackgroundColor: '#f05050', dangerBackgroundColor: '#f05050',
dangerBorderColor: '#f04b4b', dangerBorderColor: '#f04b4b',
dangerHoverBackgroundColor: '#ee3d3d', dangerHoverBackgroundColor: '#ee3d3d',
dangerHoverBorderColor: '#ec2626;', dangerHoverBorderColor: '#ec2626',
iconButtonDisabledColor: '#7a7a7a', iconButtonDisabledColor: '#7a7a7a',
iconButtonHoverColor: '#666', iconButtonHoverColor: '#666',

@ -91,27 +91,27 @@ module.exports = {
defaultBackgroundColor: '#fff', defaultBackgroundColor: '#fff',
defaultBorderColor: '#eaeaea', defaultBorderColor: '#eaeaea',
defaultHoverBackgroundColor: '#f5f5f5', defaultHoverBackgroundColor: '#f5f5f5',
defaultHoverBorderColor: '#d6d6d6;', defaultHoverBorderColor: '#d6d6d6',
primaryBackgroundColor: '#0b8750', primaryBackgroundColor: '#0b8750',
primaryBorderColor: '#1d563d', primaryBorderColor: '#1d563d',
primaryHoverBackgroundColor: '#097948', primaryHoverBackgroundColor: '#097948',
primaryHoverBorderColor: '#1D563D;', primaryHoverBorderColor: '#1D563D',
successBackgroundColor: '#27c24c', successBackgroundColor: '#27c24c',
successBorderColor: '#26be4a', successBorderColor: '#26be4a',
successHoverBackgroundColor: '#24b145', successHoverBackgroundColor: '#24b145',
successHoverBorderColor: '#1f9c3d;', successHoverBorderColor: '#1f9c3d',
warningBackgroundColor: '#ff902b', warningBackgroundColor: '#ff902b',
warningBorderColor: '#ff8d26', warningBorderColor: '#ff8d26',
warningHoverBackgroundColor: '#ff8517', warningHoverBackgroundColor: '#ff8517',
warningHoverBorderColor: '#fc7800;', warningHoverBorderColor: '#fc7800',
dangerBackgroundColor: '#f05050', dangerBackgroundColor: '#f05050',
dangerBorderColor: '#f04b4b', dangerBorderColor: '#f04b4b',
dangerHoverBackgroundColor: '#ee3d3d', dangerHoverBackgroundColor: '#ee3d3d',
dangerHoverBorderColor: '#ec2626;', dangerHoverBorderColor: '#ec2626',
iconButtonDisabledColor: '#7a7a7a', iconButtonDisabledColor: '#7a7a7a',
iconButtonHoverColor: '#666', iconButtonHoverColor: '#666',

Loading…
Cancel
Save