mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-23 01:22:12 +03:00
Commit message font changed back to original serif font
This commit is contained in:
parent
bef0e44aa2
commit
e6566af618
@ -183,7 +183,7 @@
|
||||
bind:this={messageDiv}
|
||||
role="textbox"
|
||||
contenteditable
|
||||
class="max-h-32 shrink-0 flex-grow cursor-text resize-none overflow-x-auto overflow-y-auto rounded border border-light-200 bg-white p-2 font-mono text-dark-700 outline-none dark:border-dark-500 dark:bg-dark-700 dark:text-light-400"
|
||||
class="max-h-32 shrink-0 flex-grow cursor-text resize-none overflow-x-auto overflow-y-auto rounded border border-light-200 bg-white p-2 text-dark-700 outline-none dark:border-dark-500 dark:bg-dark-700 dark:text-light-400"
|
||||
placeholder="Your commit message here..."
|
||||
>
|
||||
{commitMessage ? commitMessage.trim() : ''}
|
||||
|
Loading…
Reference in New Issue
Block a user