Add color to mask

pull/5756/head
Cagatay Civici 2024-05-13 12:15:49 +03:00
parent 0f6f5736d6
commit 78b5572598
1 changed files with 1 additions and 0 deletions

View File

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