We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1b8b0 commit db7902cCopy full SHA for db7902c
mystbin/frontend/components/EditorTabs.tsx
@@ -274,12 +274,10 @@ export default function EditorTabs({
274
delay={5000}
275
autohide
276
>
277
- <Toast.Header className={styles.maxCountToastHeader}>
278
- <span>
+ <ToastHeader className={styles.maxCountToastHeader}>
279
<strong className="mr-auto">Max Character Count</strong>
280
- Max count: {{ maxCharCount }}
281
- </span>
282
- </Toast.Header>
+ <small>Max count: {{ maxCharCount }}</small>
+ </ToastHeader>
283
<Toast.Body>
284
You've reached the max character count for this file.
285
</Toast.Body>
0 commit comments