Components: Themes: fix

This commit is contained in:
Viktor Fomin 2022-09-13 17:19:12 +03:00
parent 795e76f9d5
commit 6bc2be26cd
2 changed files with 2 additions and 2 deletions

View File

@ -1072,7 +1072,7 @@ const Base = {
editContainer: {
right: "0px",
bottom: "0px",
bottom: "-8px",
fill: white,
backgroundColor: blueLightMid,
borderRadius: "50%",

View File

@ -1069,7 +1069,7 @@ const Dark = {
editContainer: {
right: "0px",
bottom: "0px",
bottom: "-8px",
fill: black,
backgroundColor: "#b2b2b2",
borderRadius: "50%",