Skip to content

Commit

Permalink
revert font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Woozl committed Sep 24, 2024
1 parent 9a7424c commit e5397bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export default function TextEditorRow({ row, index }) {
type="button"
className="dropdown-toggle"
onClick={() => { setIsOpen((p) => !p); }}
style={{ fontSize: '0.9em', color: '#333' }}
style={{ color: '#333' }}
>
<span style={{ fontSize: '0.8em' }}>
{isOpen ? '▲' : '▼'}
Expand Down

0 comments on commit e5397bd

Please sign in to comment.