Add more general styling to buttons

This commit is contained in:
Hadi Nategh 2022-01-20 17:34:38 +01:00
parent c8e16dd3fb
commit d02afcbe54
2 changed files with 5 additions and 0 deletions

View File

@ -24,5 +24,8 @@ export const buttonStyles = [
div {
margin: 2px;
height:20px;
font-size: 9pt;
color: var(--btn-label-color);
text-shadow: 0 0;
}
`];

View File

@ -21,6 +21,8 @@ export const colorsDefStyles = css`
--gray_5 : #F2F2F2;
--gray_0 : #FFFFFF;
--btn-label-color: #000000;
/****** Backgrounds *******/
--bg_color_0_gray : #FFFFFF;
--bg_color_5_gray : #FAFAFA;