Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion raaghu-elements/src/rds-pagination/rds-pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ const RdsPagination = (props: RdsPaginationProps) => {
{/* Dropdown for Records Per Page */}
{(totalRecords > recordsPerPage && props.showDropdown) && (<div className={` custom-navigation mt-2 ${props.style =='Style3' ? 'pagination-border-bottom-custom' : ''}`}>
<button
className={`btn btn-outline btn-${props.size} ${(props.style =='Style3') ? 'text-dark' : 'customWidthForBtn'}`}
className={`btn btn-outline btn-${props.size} ${(props.style =='Style3') ? 'text-dark border-0' : 'customWidthForBtn'}`}
id="paginationBtnId"
type="button"
data-bs-toggle="dropdown"
Expand Down
Loading