diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-24 23:12:49 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-24 23:12:49 -0700 |
commit | c0799a92d3588cefa7c88a18452811d0153c685b (patch) | |
tree | 12362e955c99d27fe44daad7481524a4dce1a2d6 /extension/react-app/src/components/PillButton.tsx | |
parent | a993b2ff472b9999ce287c2eccefd9371204f3c2 (diff) | |
download | sncontinue-c0799a92d3588cefa7c88a18452811d0153c685b.tar.gz sncontinue-c0799a92d3588cefa7c88a18452811d0153c685b.tar.bz2 sncontinue-c0799a92d3588cefa7c88a18452811d0153c685b.zip |
tweaks
Diffstat (limited to 'extension/react-app/src/components/PillButton.tsx')
-rw-r--r-- | extension/react-app/src/components/PillButton.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/PillButton.tsx b/extension/react-app/src/components/PillButton.tsx index 660ede09..548fdf9d 100644 --- a/extension/react-app/src/components/PillButton.tsx +++ b/extension/react-app/src/components/PillButton.tsx @@ -100,7 +100,7 @@ const PillButton = (props: PillButtonProps) => { <pre> <code style={{ - fontSize: "10px", + fontSize: "11px", backgroundColor: vscBackground, color: vscForeground, whiteSpace: "pre-wrap", |