Skip to content

Commit 7045312

Browse files
committed
uui inhence in order page
1 parent 8eda091 commit 7045312

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/asset/AssetList/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ export default function Index() {
464464

465465
<button
466466
onClick={() => navigate('/add-asset')}
467-
className="px-4 py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-lg font-medium flex items-center gap-2 text-sm"
467+
className="px-6 py-3 bg-white border border-blue-200 text-blue-600 hover:bg-blue-50 hover:border-blue-300 rounded-xl font-medium shadow-sm hover:shadow-md transition-all duration-300 flex items-center gap-2 group"
468468
>
469469
<Plus className="w-4 h-4" />
470470
Add Asset

src/pages/company/AddCompany/SpvMemoRisk/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Index = () => {
3333
{/* SPV Memo Section */}
3434

3535

36-
<div className="p-4">
36+
<div className="p-4">
3737
<SpvMemo />
3838
</div>
3939

src/pages/company/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ function Index() {
411411
<div className="space-y-4">
412412
<div className="flex flex-col lg:flex-row lg:items-center lg:justify-between gap-4">
413413
<div>
414-
<h1 className="text-4xl font-bold bg-gradient-to-r from-gray-900 via-blue-800 to-indigo-900 bg-clip-text text-transparent">
414+
<h1 className="text-4xl font-bold text-gray-900">
415415
Companies Dashboard
416416
</h1>
417417
<p className="text-gray-600 mt-2 text-lg">Manage and monitor your company portfolio</p>

src/pages/orders/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ export default function OrdersPage() {
378378
Refresh
379379
</button>
380380
<button
381-
className="inline-flex items-center gap-2 rounded-lg bg-gradient-to-r from-blue-600 to-blue-700 px-4 py-2.5 text-sm font-medium text-white shadow-sm transition-all hover:from-blue-700 hover:to-blue-800 hover:shadow-md"
382381
onClick={() => navigate('/orders/new')}
382+
className=" inline-flex items-center px-6 py-3 bg-white border border-blue-200 text-blue-600 hover:bg-blue-50 hover:border-blue-300 rounded-xl font-medium shadow-sm hover:shadow-md transition-all duration-300 flex items-center gap-2 group"
383383
>
384384
<Plus className="h-4 w-4" />
385385
New Order

0 commit comments

Comments
 (0)