|
|
@@ -25,33 +25,33 @@ export const TextFormatTools = (): JSX.Element => {
|
|
|
<TextFormatToolsToggler />
|
|
|
|
|
|
<UncontrolledCollapse toggler="#btn-text-format-tools" horizontal>
|
|
|
- <div className="d-flex px-1 gap-0" style={{ width: '230px' }}>
|
|
|
+ <div className="d-flex px-1 gap-0" style={{ width: '200px' }}>
|
|
|
<button type="button" className="btn btn-toolbar-button">
|
|
|
- <span className="material-icons text-secondary fs-5">format_bold</span>
|
|
|
+ <span className="material-icons-outlined text-secondary fs-5">format_bold</span>
|
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button">
|
|
|
- <span className="material-icons text-secondary fs-5">format_italic</span>
|
|
|
+ <span className="material-icons-outlined text-secondary fs-5">format_italic</span>
|
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button">
|
|
|
- <span className="material-icons text-secondary fs-5">format_strikethrough</span>
|
|
|
+ <span className="material-icons-outlined text-secondary fs-5">format_strikethrough</span>
|
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button">
|
|
|
- <span className="material-icons text-secondary fs-5">block</span>
|
|
|
+ <span className="material-icons-outlined text-secondary fs-5">block</span>
|
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button">
|
|
|
- <span className="material-icons text-secondary fs-5">code</span>
|
|
|
+ <span className="material-icons-outlined text-secondary fs-5">code</span>
|
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button">
|
|
|
- <span className="material-icons text-secondary fs-5">format_list_bulleted</span>
|
|
|
+ <span className="material-icons-outlined text-secondary fs-5">format_list_bulleted</span>
|
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button">
|
|
|
- <span className="material-icons text-secondary fs-5">format_list_numbered</span>
|
|
|
+ <span className="material-icons-outlined text-secondary fs-5">format_list_numbered</span>
|
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button">
|
|
|
- <span className="material-icons text-secondary fs-5">block</span>
|
|
|
+ <span className="material-icons-outlined text-secondary fs-5">block</span>
|
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button">
|
|
|
- <span className="material-icons text-secondary fs-5">checklist</span>
|
|
|
+ <span className="material-icons-outlined text-secondary fs-5">checklist</span>
|
|
|
</button>
|
|
|
</div>
|
|
|
</UncontrolledCollapse>
|