From 771c91d2ddc818de9f6e0e5f5e76c63bb97993da Mon Sep 17 00:00:00 2001 From: Samarjeet Date: Wed, 28 Apr 2021 18:27:08 +0530 Subject: [PATCH] [Spotify-ish] Indicate active page number (#1068) --- ui/src/themes/spotify.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/src/themes/spotify.js b/ui/src/themes/spotify.js index 348b396b0..028efec49 100644 --- a/ui/src/themes/spotify.js +++ b/ui/src/themes/spotify.js @@ -307,6 +307,9 @@ export default { }, }, RaPaginationActions: { + currentPageButton: { + border: '1px solid #b3b3b3', + }, button: { backgroundColor: 'inherit', minWidth: 48,