Skip to content

Commit

Permalink
style: 样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Jan 9, 2024
1 parent 08fcd76 commit 29b57e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const useStyle = () => {
`,

popoverHeaderTitle: css`
padding: 2px 12px 5px;
padding: 0 12px 5px;
font-size: 13px;
border-bottom: ${colorBorder} solid 1px;
`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ const useStyle = () => {

return {
l7swipe: css`
color: #fff;
.l7-control-swipe__button {
color: ${colorText};
color: #fff;
background-color: ${colorPrimary};
border: #fff solid 2px;
border-radius: ${borderRadius}px;
Expand Down Expand Up @@ -55,7 +57,8 @@ const useStyle = () => {
`,

popoverHeaderTitle: css`
padding: 2px 12px 5px;
padding: 0 12px 5px;
font-size: 13px;
border-bottom: ${colorBorder} solid 1px;
`,
Expand Down

0 comments on commit 29b57e6

Please sign in to comment.