File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @workflow/web-shared " : patch
3+ ---
4+
5+ Increase contrast on attribute items in sidebar
Original file line number Diff line number Diff line change @@ -570,7 +570,7 @@ export const AttributeBlock = ({
570570 < div className = "flex items-center gap-1.5" >
571571 < span
572572 className = "text-[11px] font-medium"
573- style = { { color : 'var(--ds-gray-500 )' } }
573+ style = { { color : 'var(--ds-gray-700 )' } }
574574 >
575575 { attribute }
576576 </ span >
@@ -594,7 +594,7 @@ export const AttributeBlock = ({
594594 < div key = { attribute } className = "flex flex-col gap-0 my-2" >
595595 < span
596596 className = "text-xs font-medium"
597- style = { { color : 'var(--ds-gray-500 )' } }
597+ style = { { color : 'var(--ds-gray-700 )' } }
598598 >
599599 { attribute }
600600 </ span >
@@ -670,7 +670,7 @@ export const AttributePanel = ({
670670 >
671671 < span
672672 className = "text-[11px] font-medium"
673- style = { { color : 'var(--ds-gray-500 )' } }
673+ style = { { color : 'var(--ds-gray-700 )' } }
674674 >
675675 { attribute }
676676 </ span >
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ export function EventsList({
115115 >
116116 < span
117117 className = "text-[11px] font-medium"
118- style = { { color : 'var(--ds-gray-500 )' } }
118+ style = { { color : 'var(--ds-gray-700 )' } }
119119 >
120120 { key }
121121 </ span >
You can’t perform that action at this time.
0 commit comments