We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ed3ae commit a05c9c4Copy full SHA for a05c9c4
docs/components/iconography/icon-bottom-infomation.tsx
@@ -40,7 +40,7 @@ export const IconBottomInfomation = () => {
40
);
41
42
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">
+ <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">
44
<div className="flex flex-col justify-center gap-2">
45
<div className="flex gap-4 items-end">
46
<div
0 commit comments