💄(react) update DataGrid empty placeholder's ui

The border was not matching the sketches.
This commit is contained in:
Nathan Vasse
2023-09-01 11:31:03 +02:00
committed by NathanVss
parent 7128e7fef7
commit 4d2a5d1873
2 changed files with 8 additions and 0 deletions

View File

@@ -47,6 +47,9 @@
img {
max-width: 400px;
width: 80%;
padding: 0.625rem;
border-radius: 0.625rem;
border: 1px var(--c--theme--colors--greyscale-300) solid;
}
}