Skip to content

Commit f1232d5

Browse files
committed
remove dimmed text color for inactive guides
1 parent 4e79301 commit f1232d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react/src/modules/guide/components/Toolbar/V2

packages/react/src/modules/guide/components/Toolbar/V2/GuideRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const GuideRow = ({ guide, orderIndex }: Props) => {
4343
>
4444
{orderIndex + 1}
4545
</Tag>
46-
<Text as="code" size="1" color={guide.active ? "black" : "disabled"}>
46+
<Text as="code" size="1">
4747
{guide.key}
4848
</Text>
4949
</Stack>

0 commit comments

Comments
 (0)