fixed UI in posting modals

This commit is contained in:
plebbitor
2023-04-21 09:58:25 +02:00
parent 3234699b69
commit 17f70fdc03
3 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ export const StyledModal = styled(Modal)`
position: absolute;
top: 4px;
left: 5px;
color: #999;
color: black;
text-decoration: underline;
pointer-events: none;
}