Add color to mask

This commit is contained in:
Cagatay Civici 2024-05-13 12:15:49 +03:00
parent 0f6f5736d6
commit 78b5572598

View file

@ -35,6 +35,7 @@ const theme = ({ dt }) => `
left: 0;
width: 100%;
height: 100%;
color: ${dt('mask.color')};
}
.p-unselectable-text {