mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +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 null;
|
||||||
}
|
}
|
||||||
return (
|
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}
|
Выбор {selectedCount} из {totalCount}
|
||||||
</Overlay>
|
</Overlay>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user