From cd66549495392c74e52e6a15bbc82f4a25d6e4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maren=20S=C3=BCwer?= Date: Tue, 22 Jan 2019 10:28:50 +0100 Subject: [PATCH 1/2] render next and previous button small if they mark the previous and next page number --- .../packages/ui-components/src/LinkPaginator.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scm-ui-components/packages/ui-components/src/LinkPaginator.js b/scm-ui-components/packages/ui-components/src/LinkPaginator.js index aaf13d7b15..d09306e04c 100644 --- a/scm-ui-components/packages/ui-components/src/LinkPaginator.js +++ b/scm-ui-components/packages/ui-components/src/LinkPaginator.js @@ -25,13 +25,13 @@ class LinkPaginator extends React.Component { ); } - renderPreviousButton(label?: string) { + renderPreviousButton(className: string, label?: string) { const { page } = this.props; const previousPage = page - 1; return (