Shared:Themes:Unnecessary code removed.

This commit is contained in:
Vlada Gazizova 2024-08-09 13:23:41 +03:00
parent 6ed95a643b
commit 7819b4ac39
2 changed files with 0 additions and 2 deletions

View File

@ -2551,7 +2551,6 @@ export const getBaseTheme = () => {
borderRadius: "6px", borderRadius: "6px",
mobileBorderRadius: "6px 6px 0 0", mobileBorderRadius: "6px 6px 0 0",
boxShadow: `0px 8px 16px 0px ${boxShadowColor}`, boxShadow: `0px 8px 16px 0px ${boxShadowColor}`,
padding: "6px 0px",
border: "none", border: "none",
devices: { devices: {
maxHeight: "calc(100vh - 64px)", maxHeight: "calc(100vh - 64px)",

View File

@ -2536,7 +2536,6 @@ const Dark: TTheme = {
borderRadius: "6px", borderRadius: "6px",
mobileBorderRadius: "6px 6px 0 0", mobileBorderRadius: "6px 6px 0 0",
boxShadow: `0px 8px 16px 0px ${boxShadowDarkColor}`, boxShadow: `0px 8px 16px 0px ${boxShadowDarkColor}`,
padding: "6px 0px",
border: `1px solid ${grayDarkStrong}`, border: `1px solid ${grayDarkStrong}`,
devices: { devices: {
maxHeight: "calc(100vh - 64px)", maxHeight: "calc(100vh - 64px)",