Browse Source

Increased the contrast between the color of the empty LabeledFieldView label and the label of a field with a value.

Aleksander Nowodzinski 5 years ago
parent
commit
9fad801822

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/globals/_colors.css

@@ -70,7 +70,7 @@
 	--ck-color-input-text: 										var(--ck-color-base-text);
 	--ck-color-input-disabled-background: 						hsl(0, 0%, 95%);
 	--ck-color-input-disabled-border: 							hsl(0, 0%, 78%);
-	--ck-color-input-disabled-text: 							hsl(0, 0%, 36%);
+	--ck-color-input-disabled-text: 							hsl(0, 0%, 46%);
 
 	/* -- List ---------------------------------------------------------------------------------- */