fix bad merge

This commit is contained in:
Elyor Djalilov 2024-08-23 11:29:09 +05:00
parent 5a12dd9a26
commit f1e702b36c
3 changed files with 4 additions and 4 deletions

View File

@ -138,8 +138,6 @@ export const StyledContainer = styled.div`
border-image-source: none;
border-bottom: 1px solid
${(props) => props.theme.filesSection.tableView.row.borderColor};
box-shadow: ${(props) =>
props.theme.profile.activeSessions.boxShadowColor};
padding: 0px;
}

View File

@ -3043,6 +3043,8 @@ export const getBaseTheme = () => {
sortHeaderColor: grayStrong,
tableCellColor: gray,
dividerColor: grayStrong,
textOnlineColor: lightStatusPositive,
subtitleColor: lightGrayDark,
},
},

View File

@ -3031,8 +3031,8 @@ const Dark: TTheme = {
sortHeaderColor: grayDarkStrong,
tableCellColor: grayDark,
dividerColor: grayDarkStrong,
iconColor: "#858585",
subtitleColor: "#858585",
textOnlineColor: darkStatusPositive,
subtitleColor: grayDark,
},
},