mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Update SelectedCounter.tsx
This commit is contained in:
parent
fc70140718
commit
2d707eca72
|
@ -12,7 +12,7 @@ function SelectedCounter({ totalCount, selectedCount, hideZero, position = 'top-
|
|||
return null;
|
||||
}
|
||||
return (
|
||||
<Overlay position={`px-2 ${position}`} className='select-none whitespace-nowrap clr-app'>
|
||||
<Overlay position={`px-2 ${position}`} className='select-none whitespace-nowrap cc-blur rounded-xl'>
|
||||
Выбор {selectedCount} из {totalCount}
|
||||
</Overlay>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user