Skip to content

Commit

Permalink
Merge pull request #295 from GameMakersToolkit/in-dev-banner-height-fix
Browse files Browse the repository at this point in the history
Remove set height from in-dev banner
  • Loading branch information
Willdotwhite authored Mar 3, 2024
2 parents 6b4e9bc + fdf463b commit f46e679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/AppRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const AppRoutes: React.FC = () => {
<Header />
<div style={{
width: '100%',
height: '4rem',
padding: '1rem',
backgroundColor: '#FFA726',
border: '3px solid black',
color: "black",
Expand Down

0 comments on commit f46e679

Please sign in to comment.