diff --git a/frontend/src/components/format/FormatCard.jsx b/frontend/src/components/format/FormatCard.jsx index ac65210..453aedd 100644 --- a/frontend/src/components/format/FormatCard.jsx +++ b/frontend/src/components/format/FormatCard.jsx @@ -106,38 +106,43 @@ function FormatCard({

)} - {isSelectionMode ? ( - -
+ {isSelectionMode ? ( + - {isSelected && ( - - )} - {willBeSelected && !isSelected && ( -
- )} -
-
- ) : ( - - )} + ? 'Will be selected' + : 'Select' + }> +
+ {isSelected && ( + + )} + {willBeSelected && !isSelected && ( +
+ )} +
+ + ) : ( + + )} +
{/* Description */}