Skip to content

Commit

Permalink
feat(help): dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Apr 30, 2024
1 parent 27c5cd0 commit e100794
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 { HelpIcon } 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={HelpIcon}
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="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 0-16 0 8 8 0 0 0 16 0m-9.067 2.492h1.901v-.708c0-.719.548-1.143.784-1.292.833-.523 2.225-1.401 2.225-3.055 0-1.94-1.687-3.462-3.841-3.462-2.083 0-3.842 1.586-3.842 3.462h1.9c0-.831.907-1.56 1.942-1.56.94 0 1.94.546 1.94 1.56 0 .508-.47.901-1.337 1.448-1.047.66-1.672 1.743-1.672 2.899zm1.011 3.632a1.243 1.243 0 1 0 .002-2.486 1.243 1.243 0 0 0-.002 2.486"
fill="currentColor"
fill-rule="evenodd"
/>
Expand Down

0 comments on commit e100794

Please sign in to comment.