Skip to content

Commit

Permalink
feat(help): dirty in help
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Apr 30, 2024
1 parent 831146d commit fa4da04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/bezier-react/src/components/Help/Help.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { forwardRef } from 'react'

import { HelpFilledIcon } from '@channel.io/bezier-icons'
import { AllIcon } from '@channel.io/bezier-icons'

import { isEmpty } from '~/src/utils/type'

Expand Down Expand Up @@ -31,7 +31,7 @@ export const Help = forwardRef<HTMLDivElement, HelpProps>(function Help(
<div className={styles.Help}>
<Icon
className={styles.Icon}
source={HelpFilledIcon}
source={AllIcon}
size="xs"
color="txt-black-dark"
data-testid={HELP_TEST_ID}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`Help > Snapshot > 1`] = `
>
<path
clip-rule="evenodd"
d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m.83 12.541h-1.9v-.708c0-1.156.625-2.24 1.672-2.9.867-.546 1.337-.939 1.337-1.447 0-1.014-1-1.561-1.94-1.561-1.035 0-1.942.73-1.942 1.56h-1.9c0-1.875 1.758-3.46 3.841-3.46 2.154 0 3.842 1.52 3.842 3.46 0 1.655-1.392 2.533-2.225 3.056-.236.15-.784.573-.784 1.292zm-.889 3.631a1.244 1.244 0 1 1 0-2.487 1.244 1.244 0 0 1 0 2.487"
d="M19.5 17a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H18V7.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5zm-5 0a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H13V7.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5zm-5 0a.5.5 0 0 0 .5-.5V9a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v7.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V14h2v2.5a.5.5 0 0 0 .5.5zM4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2m2.5 4h1a.5.5 0 0 1 .5.5V12H6V9.5a.5.5 0 0 1 .5-.5"
fill="currentColor"
fill-rule="evenodd"
/>
Expand Down

0 comments on commit fa4da04

Please sign in to comment.