Merge branch 'hotfix/v2.0.1' of github.com:ONLYOFFICE/DocSpace-client into hotfix/v2.0.1

This commit is contained in:
Timofey Boyko 2023-12-04 17:10:09 +03:00
commit d3f3996e80
3 changed files with 11 additions and 9 deletions

View File

@ -3,7 +3,6 @@ import MacOSReactSvgUrl from "PUBLIC_DIR/images/macOS.react.svg?url";
import LinuxReactSvgUrl from "PUBLIC_DIR/images/linux.react.svg?url";
import AndroidReactSvgUrl from "PUBLIC_DIR/images/android.react.svg?url";
import IOSReactSvgUrl from "PUBLIC_DIR/images/iOS.react.svg?url";
import IOSHoverReactSvgUrl from "PUBLIC_DIR/images/iOSHover.react.svg?url";
import React from "react";
import styled, { css } from "styled-components";
@ -40,7 +39,7 @@ const StyledArticleApps = styled.div`
}
.download-app-text {
color: ${(props) => props.theme.filesArticleBody.downloadAppList.color};
color: ${(props) => props.theme.filesArticleBody.downloadAppList.textColor};
}
.download-app-list {
@ -99,13 +98,12 @@ const ArticleApps = React.memo(({ theme, showText, withDevTools }) => {
title={t("Translations:MobileAndroid")}
/>
<IconButton
onClick={() => window.open(iosLink)}
iconName={IOSReactSvgUrl}
iconHoverName={IOSHoverReactSvgUrl}
size="32"
isFill={false}
isFill={true}
hoverColor={theme.filesArticleBody.downloadAppList.iosHoverColor}
title={t("Translations:MobileIos")}
onMouseDown={() => window.open(iosLink)}
isClickable={true}
/>
</div>
</StyledArticleApps>

View File

@ -2067,11 +2067,13 @@ const Base = {
fill: grayMain,
expanderColor: "dimgray",
downloadAppList: {
color: "#83888d",
textColor: "#A3A9AE",
color: "#CDCFD1",
winHoverColor: "#3785D3",
macHoverColor: "#000",
linuxHoverColor: "#FFB800",
androidHoverColor: "#9BD71C",
iosHoverColor: "#000",
},
thirdPartyList: {
color: "#818b91",

View File

@ -2063,11 +2063,13 @@ const Dark = {
expanderColor: "#C4C4C4",
downloadAppList: {
color: "#C4C4C4",
textColor: "#858585",
color: "#5C5C5C",
winHoverColor: "#3785D3",
macHoverColor: "#000",
macHoverColor: "#fff",
linuxHoverColor: "#FFB800",
androidHoverColor: "#9BD71C",
iosHoverColor: "#fff",
},
thirdPartyList: {