Web:Components: Change theme for mainButton, tabsContainer, fieldContainer.

This commit is contained in:
Vlada Gazizova 2022-08-23 13:43:54 +03:00
parent 06cf08c4f5
commit 2d9972aefe
2 changed files with 16 additions and 16 deletions

View File

@ -242,10 +242,10 @@ const Base = {
hoverBackgroundColor: orangeHover,
clickBackgroundColor: orangePressed,
padding: "5px 10px",
padding: "5px 14px 5px 12px",
borderRadius: "3px",
lineHeight: "22px",
fontSize: "15px",
fontSize: "16px",
fontWeight: 700,
textColor: white,
textColorDisabled: white,
@ -274,9 +274,9 @@ const Base = {
arrowDropdown: {
borderLeft: "4px solid transparent",
borderRight: "4px solid transparent",
borderTop: "4px solid white",
borderTopDisabled: `4px solid white`,
right: "10px",
borderTop: "5px solid white",
borderTopDisabled: `5px solid white`,
right: "14px",
top: "50%",
width: "0",
height: "0",
@ -910,7 +910,7 @@ const Base = {
tabsContainer: {
scrollbar: {
width: "100%",
height: "50px",
height: "44px",
},
label: {
@ -957,8 +957,8 @@ const Base = {
margin: "0 0 16px 0",
label: {
lineHeight: "13px",
height: "15px",
lineHeight: "20px",
height: "20px",
},
labelIcon: {

View File

@ -243,10 +243,10 @@ const Dark = {
hoverBackgroundColor: "#FFAD3D",
clickBackgroundColor: "#E6842E",
padding: "5px 10px",
padding: "5px 14px 5px 12px",
borderRadius: "3px",
lineHeight: "22px",
fontSize: "15px",
fontSize: "16px",
fontWeight: 700,
textColor: "#FFFFFF",
textColorDisabled: black,
@ -275,9 +275,9 @@ const Dark = {
arrowDropdown: {
borderLeft: "4px solid transparent",
borderRight: "4px solid transparent",
borderTop: `4px solid ${white}`,
borderTopDisabled: `4px solid ${black}`,
right: "10px",
borderTop: `5px solid ${white}`,
borderTopDisabled: `5px solid ${black}`,
right: "14px",
top: "50%",
width: "0",
height: "0",
@ -907,7 +907,7 @@ const Dark = {
tabsContainer: {
scrollbar: {
width: "100%",
height: "50px",
height: "44px",
},
label: {
@ -954,8 +954,8 @@ const Dark = {
margin: "0 0 16px 0",
label: {
lineHeight: "13px",
height: "15px",
lineHeight: "20px",
height: "20px",
},
labelIcon: {