Fix disabled message on x4 tile views

This commit is contained in:
Mitchell McCaffrey 2021-08-13 14:21:45 +10:00
parent 7721d1d217
commit 243b876a97

View File

@ -8,7 +8,7 @@ function DatabaseDisabledMessage({ type }: { type: string }) {
sx={{ sx={{
textAlign: "center", textAlign: "center",
borderRadius: "2px", borderRadius: "2px",
gridArea: "1 / 1 / span 1 / span 3", gridArea: "1 / 1 / span 1 / span 4",
}} }}
bg="highlight" bg="highlight"
p={1} p={1}