Fix after merge

This commit is contained in:
Timofey Boyko 2024-02-20 12:47:10 +03:00
parent 9573816860
commit aa772acb03

View File

@ -3235,6 +3235,7 @@ export const getBaseTheme = () => {
borderColor: "#d0d5da", borderColor: "#d0d5da",
secondaryColor: "#657077", secondaryColor: "#657077",
}, },
},
}; };
}; };