diff --git a/public/favicon-new.ico b/public/favicon-new.ico new file mode 100644 index 0000000..963d956 Binary files /dev/null and b/public/favicon-new.ico differ diff --git a/public/favicon.ico b/public/favicon.ico index e308380..963d956 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index b0d6c12..9551b7c 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@
- + diff --git a/src/components/DelegationCampaign/DelegationCampaign.module.less b/src/components/DelegationCampaign/DelegationCampaign.module.less index 3af2925..b966e9e 100644 --- a/src/components/DelegationCampaign/DelegationCampaign.module.less +++ b/src/components/DelegationCampaign/DelegationCampaign.module.less @@ -272,6 +272,16 @@ display: flex; justify-content: space-between; + &Button { + background: var(--sq-pink600); + border-color: var(--sq-pink600); + + &:not(:disabled):not(.ant-btn-disabled):hover { + background: var(--sq-pink500); + border-color: var(--sq-pink500); + } + } + :global { .ant-btn-primary:disabled { background: var(--dark-mode-card); diff --git a/src/components/DelegationCampaign/DelegationCampaign.tsx b/src/components/DelegationCampaign/DelegationCampaign.tsx index 093464f..09e18a6 100644 --- a/src/components/DelegationCampaign/DelegationCampaign.tsx +++ b/src/components/DelegationCampaign/DelegationCampaign.tsx @@ -109,6 +109,7 @@ const LootboxItem = forwardRef< iconPosition="end" disabled={item.completed || expired} loading={opening} + className={styles.lootboxItemButton} > {expired ? 'Lootbox Expired' : 'Open Lootbox'} @@ -170,6 +171,7 @@ const LootboxItem = forwardRef< shape="round" type="primary" loading={opening} + className={styles.lootboxItemButton} > Collect the Points! @@ -707,7 +709,7 @@ const SecondStep = (props: { userInfo?: IDelegationUserInfo['data'] }) => { ) : ( <>