💄(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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user