Components: Themes: add profile theme

This commit is contained in:
Viktor Fomin 2022-09-02 02:51:55 +03:00
parent 57bc605ba9
commit 38281bb1f8
2 changed files with 12 additions and 0 deletions

View File

@ -2876,6 +2876,12 @@ const Base = {
defaultTagColor: "#A3A9AE",
newTagBackground: "#eceef1",
},
profile: {
main: {
background: "#F8F9F9",
},
},
};
export default Base;

View File

@ -2883,6 +2883,12 @@ const Dark = {
defaultTagColor: "#858585",
newTagBackground: "#333333",
},
profile: {
main: {
background: "#1f1f1f",
},
},
};
export default Dark;