Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fluffy-cats-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@workflow/web-shared": patch
---

Increase contrast on attribute items in sidebar
6 changes: 3 additions & 3 deletions packages/web-shared/src/sidebar/attribute-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ export const AttributeBlock = ({
<div className="flex items-center gap-1.5">
<span
className="text-[11px] font-medium"
style={{ color: 'var(--ds-gray-500)' }}
style={{ color: 'var(--ds-gray-700)' }}
>
{attribute}
</span>
Expand All @@ -594,7 +594,7 @@ export const AttributeBlock = ({
<div key={attribute} className="flex flex-col gap-0 my-2">
<span
className="text-xs font-medium"
style={{ color: 'var(--ds-gray-500)' }}
style={{ color: 'var(--ds-gray-700)' }}
>
{attribute}
</span>
Expand Down Expand Up @@ -670,7 +670,7 @@ export const AttributePanel = ({
>
<span
className="text-[11px] font-medium"
style={{ color: 'var(--ds-gray-500)' }}
style={{ color: 'var(--ds-gray-700)' }}
>
{attribute}
</span>
Expand Down
2 changes: 1 addition & 1 deletion packages/web-shared/src/sidebar/events-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function EventsList({
>
<span
className="text-[11px] font-medium"
style={{ color: 'var(--ds-gray-500)' }}
style={{ color: 'var(--ds-gray-700)' }}
>
{key}
</span>
Expand Down
Loading