IPVGO: fix score modal styling (#2166)

This commit is contained in:
Michael Ficocelli
2025-05-30 06:39:36 -04:00
committed by GitHub
parent e34a29c458
commit fdb3452763
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -625,7 +625,7 @@ export const boardStyles = makeStyles<unknown, Size | "background">({ uniqId: "b
width: "400px",
},
scoreExplanationModal: {
width: "80vw",
width: "600px",
},
centeredText: {
textAlign: "center",