diff --git a/nkebao/src/components/UpdateNotification/index.tsx b/nkebao/src/components/UpdateNotification/index.tsx index 86480615f..529929d3b 100644 --- a/nkebao/src/components/UpdateNotification/index.tsx +++ b/nkebao/src/components/UpdateNotification/index.tsx @@ -64,7 +64,7 @@ const UpdateNotification: React.FC = ({ right: 0, bottom: 0, zIndex: 99999, - background: "linear-gradient(135deg, #667eea 0%, #764ba2 100%)", + background: "linear-gradient(135deg, #1890ff 0%, #096dd9 100%)", color: "white", display: "flex", flexDirection: "column", @@ -131,15 +131,15 @@ const UpdateNotification: React.FC = ({