Browse Source

Change placeholder text colour to improve legibility

sbkwgh 7 years ago
parent
commit
2fc9cde6f7

+ 0 - 1
frontend/src/components/InputEditorCore.vue

@@ -337,7 +337,6 @@
 				align-content: center;
 				@include user-select(none);
 				cursor: default;
-				color: $color__gray--darker;
 			}
 		}
 

+ 1 - 1
frontend/src/components/InputEditorPreview.vue

@@ -77,7 +77,7 @@
 				align-content: center;
 				@include user-select(none);
 				cursor: default;
-				color: $color__gray--darker;
+				color: $color__darkgray--primary;
 			}
 		}
 	}