Skip to content

Commit

Permalink
chore: Update keycapunit size in Keyboard104 component
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Aug 30, 2024
1 parent 5053534 commit 6c413e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/screens/Editor/Keyboard104.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import useTheme from "@mui/material/styles/useTheme";
import React from "react";
const db = new KeymapDB();

const keycapunit = 56;
const keycapunit = 50;

const KeySelector = (props) => {
const keymap = db.getStandardLayout();
Expand Down

0 comments on commit 6c413e6

Please sign in to comment.