style: Ensure consistent font-sizes for DetailPanel inputs

This commit is contained in:
Cole Lawrence 2022-06-24 07:42:25 -04:00
parent 28bd52d9e9
commit bbf7ee9244

View file

@ -81,6 +81,9 @@ const Body = styled.div`
scrollbar-width: none;
padding: 0;
user-select: none;
/* Set the font-size for input values in the detail panel */
font-size: 12px;
`
export const contextMenuShownContext = createContext<