Shared: Themes: add shadow

This commit is contained in:
Viktor Fomin 2024-07-01 14:52:45 +03:00
parent cf550d9505
commit 6203bb9b6d

View File

@ -117,4 +117,7 @@ export const globalColors = {
blueRomb: "#55bce6",
greenRomb: "#a1cb5c",
tapHighlight: "rgba(0, 0, 0, 0)",
badgeShadow: "rgba(4, 15, 27, 0.16)",
popupShadow: "rgba(4, 15, 27, 0.08)",
menuShadow: "rgba(4, 15, 27, 0.04)",
};