Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
feat(app): editor style optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcco committed Nov 12, 2021
1 parent 02150d0 commit 26703ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/components/editor/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

.vditor-reset {
font-size: 28px;
color: #000;
}

.vditor-task {
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/operate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function Operate() {
if (!state.remoteIp) {
return;
}
fetch(`http://${state.remoteIp}:${state.port}/getBrightness`, {
fetch(`http://${state.remoteIp}:${state.port}/brightness`, {
headers: {
authorization: `Bearer ${state.secret}`,
},
Expand Down

0 comments on commit 26703ad

Please sign in to comment.