diff --git a/client/src/components/Home/HomeGridCurrentGlmLock/ModalLockGlm/LockGlmBudgetBox/LockGlmBudgetBox.tsx b/client/src/components/Home/HomeGridCurrentGlmLock/ModalLockGlm/LockGlmBudgetBox/LockGlmBudgetBox.tsx index 0cc49189c..d5fff36ac 100644 --- a/client/src/components/Home/HomeGridCurrentGlmLock/ModalLockGlm/LockGlmBudgetBox/LockGlmBudgetBox.tsx +++ b/client/src/components/Home/HomeGridCurrentGlmLock/ModalLockGlm/LockGlmBudgetBox/LockGlmBudgetBox.tsx @@ -41,7 +41,7 @@ const LockGlmBudgetBox: FC = ({ ); const shouldRaffleWinningsBeDisplayed = - currentMode === 'unlock' && userSablierStreams && userSablierStreams.sum > 0; + currentMode === 'unlock' && userSablierStreams && userSablierStreams.sumAvailable > 0; const areFundsFetching = isFetchingAvailableFundsGlm || isFetchinguserSablierStreams; const secondRowValue = getFormattedGlmValue({ diff --git a/client/src/components/Home/HomeGridCurrentGlmLock/RaffleWinnerBadge/RaffleWinnerBadge.module.scss b/client/src/components/Home/HomeGridCurrentGlmLock/RaffleWinnerBadge/RaffleWinnerBadge.module.scss index 5199faccc..dd79a0c0a 100644 --- a/client/src/components/Home/HomeGridCurrentGlmLock/RaffleWinnerBadge/RaffleWinnerBadge.module.scss +++ b/client/src/components/Home/HomeGridCurrentGlmLock/RaffleWinnerBadge/RaffleWinnerBadge.module.scss @@ -19,25 +19,19 @@ $padding: 1.1rem; background: $color-octant-orange5; color: $color-octant-orange; - .img { - path { - stroke: $color-octant-orange; - - &:hover { - stroke: $color-octant-orange; - } - } - } - } - - &:not(.isSablierStreamCancelled) { .tooltipWrapper { &:hover { path { - stroke: $color-white !important; + stroke: $color-octant-orange !important; } } } + + .img { + path { + stroke: $color-octant-orange; + } + } } .img { @@ -54,6 +48,8 @@ $padding: 1.1rem; } .tooltipWrapper { + user-select: none; + &:hover { path { stroke: $color-white !important; diff --git a/client/src/components/Home/HomeGridCurrentGlmLock/RaffleWinnerBadge/RaffleWinnerBadge.tsx b/client/src/components/Home/HomeGridCurrentGlmLock/RaffleWinnerBadge/RaffleWinnerBadge.tsx index 33c28dac9..e74796958 100644 --- a/client/src/components/Home/HomeGridCurrentGlmLock/RaffleWinnerBadge/RaffleWinnerBadge.tsx +++ b/client/src/components/Home/HomeGridCurrentGlmLock/RaffleWinnerBadge/RaffleWinnerBadge.tsx @@ -99,7 +99,7 @@ const RaffleWinnerBadge: FC = ({ isVisible }) => { tooltipClassName={styles.tooltip} >