Skip to content

Commit

Permalink
Merge pull request #46 from nsidc/adjust-debug-state-button
Browse files Browse the repository at this point in the history
Make "dump state" button more reasonable size again
  • Loading branch information
mfisher87 authored Oct 18, 2023
2 parents 5462ac5 + d16269f commit 28a290d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ControlPanel/DebugDumpButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const DebugDumpButton: React.FC = () => {
}, []);

// eslint-disable-next-line @typescript-eslint/no-misused-promises
return <button className={'DebugDumpButton'} onClick={onClick}>Dump State</button>
return <button className={'DebugDumpButton'} onClick={onClick}>Dump state</button>
}

export default DebugDumpButton;
1 change: 1 addition & 0 deletions src/style/DebugDumpButton.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
position: absolute;
top: 0;
right: 0;
padding: 2px;

background-color: #D04721;
color: #051729;
Expand Down

0 comments on commit 28a290d

Please sign in to comment.