Skip to content

Commit

Permalink
Merge pull request #50 from dwm-2023-2/release/1.0.1
Browse files Browse the repository at this point in the history
Release/1.0.1
  • Loading branch information
uiuqM authored Dec 8, 2023
2 parents f5c546b + 6f06cb7 commit 031ee89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/services/api.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from "axios";

const api = axios.create({
baseURL: import.meta.env.VITE_URL_DEV,
baseURL: import.meta.env.VITE_URL_API,
});

export default api;
4 changes: 2 additions & 2 deletions src/styles/CreateANote.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
.react_quill {
font-family: sans-serif;
font-size: 16px;
color: #333;
background-color: aquamarine;
color: #262626;
background-color: rgba(30, 143, 255, 0.407);
width: 100%;
}

Expand Down

0 comments on commit 031ee89

Please sign in to comment.