Skip to content

Commit

Permalink
paginationスタイル調整
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-0n0 committed Jan 29, 2024
1 parent 92d5d9e commit 564faef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plume-ui",
"description": "plume ui framework",
"version": "0.2.7",
"version": "0.2.8",
"author": "plume-ui team",
"main": "dist/index.js",
"style": "dist/index.css",
Expand Down
1 change: 1 addition & 0 deletions src/components/Pagination/_Pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
.pl-pagination-item {
display: flex;
align-items: stretch;
background: $white00;
border: 1px solid $border;
border-radius: 4px;
color: $black10;
Expand Down

0 comments on commit 564faef

Please sign in to comment.