Skip to content

Commit

Permalink
fix: Center align text env banner vertically (#3777)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Oct 8, 2024
1 parent e0c7b5a commit b912929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor.planx.uk/src/components/TestEnvironmentBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { HEADER_HEIGHT_EDITOR } from "./Header";
const TestEnvironmentWarning = styled(Box)(({ theme }) => ({
backgroundColor: theme.palette.background.paper,
color: theme.palette.text.primary,
display: "flex",
justifyContent: "space-between",
alignItems: "center",
padding: "0.2em 0",
Expand Down

0 comments on commit b912929

Please sign in to comment.