mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-09-08 16:57:14 +00:00
💄 update debug overlay color
This commit is contained in:
parent
e0f47d2f52
commit
65c200f212
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const Item = styled.div`
|
||||||
border: solid 1px red;
|
border: solid 1px red;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: yellow;
|
color: red;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const DebugOverlay = () => {
|
const DebugOverlay = () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue