We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b618ea1 commit c8388b4Copy full SHA for c8388b4
‎src/components/common/button/Clickable.tsx‎
@@ -37,7 +37,7 @@ const styleByVariant: Record<Variant, string> = {
37
contained: 'bg-primary-normal text-common-white active:bg-primary-strong',
38
outlined:
39
'border-1 border-solid border-primary-normal bg-common-white text-primary-normal',
40
- text: 'text-gray-1000',
+ text: 'text-gray-800',
41
}
42
43
const styleBySize: Record<Size, string> = {
0 commit comments