Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Oct 1, 2023
1 parent 3e80961 commit 43c11d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions ui/src/pages/Text/TextEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ const TextEditor: React.FC = () => {
const [isLoading, setIsLoading] = useState(true);

return (
<div
className={`${style.te} ${
isDarkMode ? style.backgroundDark : style.backgroundLight
}`}
>
<div className={style.te}>
<Row gutter={[16, 16]}>
<Col xs={24} lg={24}>
{isLoading ? <Spin /> : null}
Expand Down
1 change: 0 additions & 1 deletion ui/src/styles/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
--bt-color-scrollbar-thumb: #707070;
--bt-color-scrollbar-track: #c9c8c8;
--bt-color-bg: rgba(0, 0, 0, 0.5);

--bt-color-hover: #9370db;
}

0 comments on commit 43c11d3

Please sign in to comment.