Web: Fixes #13241: Find and replace toolbar in the note editor is not sized correctly (#13559)

This commit is contained in:
mrjo118
2025-10-29 17:21:30 +00:00
committed by GitHub
parent 04b1443e5a
commit 7ca3aaa83f

View File

@@ -121,6 +121,7 @@ const useStyles = (theme: Theme) => {
height: buttonSize,
backgroundColor: theme.backgroundColor4,
color: theme.color4,
margin: 2,
},
buttonText: buttonTextStyle,
activeButtonText: {
@@ -352,7 +353,7 @@ export const SearchPanel = (props: SearchPanelProps) => {
);
const advancedLayout = (
<View style={{ flexDirection: 'column', alignItems: 'center' }}>
<View style={{ flexDirection: 'column' }}>
<View style={{ flexDirection: 'row' }}>
{ closeButton }
{ labeledSearchInput }