Skip to content

Commit

Permalink
Fixes the button size of nuclear bomb interfaces (#12070)
Browse files Browse the repository at this point in the history
  • Loading branch information
HowToLoLu authored Dec 25, 2024
1 parent 6512f0f commit 0220b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/NuclearBomb.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const NukeKeypad = (props, context) => {
textAlign="center"
fontSize="40px"
lineHeight="50px"
width="55px"
width="40px"
className={classes(['NuclearBomb__Button', 'NuclearBomb__Button--keypad', 'NuclearBomb__Button--' + key])}
onClick={() => act('keypad', { digit: key })}
/>
Expand Down

0 comments on commit 0220b29

Please sign in to comment.