Skip to content

Commit c8388b4

Browse files
committed
[#104] 💄 change default text color in text button
1 parent b618ea1 commit c8388b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/common/button/Clickable.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const styleByVariant: Record<Variant, string> = {
3737
contained: 'bg-primary-normal text-common-white active:bg-primary-strong',
3838
outlined:
3939
'border-1 border-solid border-primary-normal bg-common-white text-primary-normal',
40-
text: 'text-gray-1000',
40+
text: 'text-gray-800',
4141
}
4242

4343
const styleBySize: Record<Size, string> = {

0 commit comments

Comments
 (0)