Shared: Themes: delete useless

This commit is contained in:
Viktor Fomin 2024-06-11 20:58:38 +05:00
parent a24a0b7f1b
commit 0ea24dd576
2 changed files with 0 additions and 16 deletions

View File

@ -2894,14 +2894,6 @@ export const getBaseTheme = () => {
},
},
campaignsBanner: {
border: `1px solid ${grayStrong}`,
color: darkBlack,
btnColor: white,
btnBackgroundActive: lightSecondMain,
},
tileLoader: {
border: `1px solid ${grayStrong}`,

View File

@ -2874,14 +2874,6 @@ const Dark: TTheme = {
},
},
campaignsBanner: {
border: "1px solid #CCCCCC",
color: darkBlack,
btnColor: black,
btnBackgroundActive: lightSecondMain,
},
tileLoader: {
border: `none`,