Skip to content

Commit

Permalink
tweak(chat): show font size as is
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsaux authored Apr 23, 2024
1 parent 432701c commit c9d1163
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tgui/packages/tgui-panel/settings/SettingsPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export const SettingsGeneral = (props, context) => {
maxValue={32}
value={fontSize}
unit="px"
format={(value) => toFixed(value)}
onChange={(e, value) =>
dispatch(
updateSettings({
Expand Down
2 changes: 1 addition & 1 deletion tgui/public/tgui-panel.bundle.js

Large diffs are not rendered by default.

0 comments on commit c9d1163

Please sign in to comment.