💄(react) change pagination border color

The pagination component's border color was different from the one
of other components, especially the DataGrid, which was not really
homogenous.
This commit is contained in:
Nathan Vasse
2023-05-25 15:43:00 +02:00
committed by NathanVss
parent a869fe51dc
commit 2c6a66b220
3 changed files with 8 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
&__list {
display: flex;
align-items: center;
border: 1px var(--c--theme--colors--greyscale-200) solid;
border: 1px var(--c--theme--colors--greyscale-300) solid;
border-radius: 2px;
padding: var(--c--theme--spacings--st);
background: var(--c--theme--colors--greyscale-000);