Web:Components:Themes: increase z-index for border-right for table resize-handle

This commit is contained in:
Timofey Boyko 2022-05-16 11:15:56 +03:00
parent edef5924f7
commit 30b67921f2
2 changed files with 2 additions and 2 deletions

View File

@ -2056,7 +2056,7 @@ const Base = {
},
tableContainer: {
borderRight: `1px solid ${grayMid}`,
borderRight: `2px solid ${grayMid}`,
hoverBorderColor: grayMain,
tableCellBorder: `1px solid ${grayLightMid}`,

View File

@ -2059,7 +2059,7 @@ const Dark = {
},
tableContainer: {
borderRight: "1px solid #474747",
borderRight: "2px solid #474747",
hoverBorderColor: "#474747",
tableCellBorder: "1px solid #474747",