Rebuilding code block menus (#5569)

This commit is contained in:
Tom Moor
2023-07-17 21:25:22 -04:00
committed by GitHub
parent 60b456f35a
commit 2427f4747a
42 changed files with 474 additions and 469 deletions

View File

@@ -3,8 +3,8 @@ import { s } from "@shared/styles";
const Input = styled.input`
font-size: 15px;
background: ${s("toolbarInput")};
color: ${s("toolbarItem")};
background: ${s("inputBorder")};
color: ${s("text")};
border-radius: 2px;
padding: 3px 8px;
border: 0;