Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ export function OpenShortPreview({
"daisy-tooltip daisy-tooltip-top daisy-tooltip-left cursor-help before:border",
{
"border-b border-dashed border-current": spotRateAfterOpen,
"text-success": shortApr && shortApr.apr > 0n,
"text-error": shortApr && shortApr.apr < 0n,
},
)}
data-tip="The annualized return on shorts assuming the current yield source rate stays the same for one year"
Expand Down