Browse Source

changed heart color

Ángel G. Romero Rosario 2 years ago
parent
commit
8e04d86cef
2 changed files with 6 additions and 6 deletions
  1. 5
    5
      src/pages/components/saveMoti.tsx
  2. 1
    1
      src/pages/styles/styles.css

+ 5
- 5
src/pages/components/saveMoti.tsx View File

6
 const Image_Dir = 'stored-images';
6
 const Image_Dir = 'stored-images';
7
 
7
 
8
 
8
 
9
-export class saveMoti {
9
+// export class saveMoti {
10
     
10
     
11
-    async selectImage(){
12
-        const image = await Camera.getPhoto()
13
-    }
14
-}
11
+//     async selectImage(){
12
+//         const image = await Camera.getPhoto()
13
+//     }
14
+// }

+ 1
- 1
src/pages/styles/styles.css View File

44
 
44
 
45
 .msg-button {
45
 .msg-button {
46
     position: absolute;
46
     position: absolute;
47
-    color: red;
47
+    color: #f4963c;
48
     font-size: 45px;
48
     font-size: 45px;
49
 }
49
 }
50
 
50