Skip to content

Commit a05c9c4

Browse files
committed
feat: border color 도 seed color 토큰으로 대체
1 parent b1ed3ae commit a05c9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/iconography/icon-bottom-infomation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const IconBottomInfomation = () => {
4040
);
4141

4242
return (
43-
<div className="flex justify-between fixed bottom-0 min-h-28 left-0 right-0 border-t border-gray-200 p-4 z-30 bg-fd-background">
43+
<div className="flex justify-between fixed bottom-0 min-h-28 left-0 right-0 border-t border-fd-border p-4 z-30 bg-fd-background">
4444
<div className="flex flex-col justify-center gap-2">
4545
<div className="flex gap-4 items-end">
4646
<div

0 commit comments

Comments
 (0)