🚨(frontend) fix linter
- fix linter - remove unnecessary style files
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { combineByGroup, filterSuggestionItems } from '@blocknote/core';
|
||||
import '@blocknote/mantine/style.css';
|
||||
import {
|
||||
SuggestionMenuController,
|
||||
getDefaultReactSlashMenuItems,
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import '@blocknote/mantine/style.css';
|
||||
import {
|
||||
FormattingToolbar,
|
||||
FormattingToolbarController,
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import '@blocknote/mantine/style.css';
|
||||
import {
|
||||
useBlockNoteEditor,
|
||||
useComponentsContext,
|
||||
|
||||
@@ -56,7 +56,8 @@ export const UserAvatar = ({ user, background }: Props) => {
|
||||
text-align: center;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-family: Arial, Helvetica, sans-serif; // Can't use marianne font because it's impossible to center with this font
|
||||
font-family:
|
||||
Arial, Helvetica, sans-serif; // Can't use marianne font because it's impossible to center with this font
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
`}
|
||||
|
||||
Reference in New Issue
Block a user