mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
increase font size of smart playlist JSON editor
This commit is contained in:
@@ -422,8 +422,12 @@ export const PlaylistQueryEditor = ({
|
||||
minRows={8}
|
||||
onChange={(value) => setJsonText(value)}
|
||||
placeholder='{ "all": [], "limit": 100, "sort": "+dateAdded" }'
|
||||
size="lg"
|
||||
spellCheck={false}
|
||||
style={{ flex: 1, minHeight: 0 }}
|
||||
style={{
|
||||
flex: 1,
|
||||
minHeight: 0,
|
||||
}}
|
||||
value={jsonText}
|
||||
/>
|
||||
</ScrollArea>
|
||||
|
||||
Reference in New Issue
Block a user