Skip to content

Commit

Permalink
add missing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Sep 27, 2023
1 parent 33460b8 commit 9a93f01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ion-item ion-icon {
}

ion-item ion-note {
font-size: 15px;
font-size: 0.9375rem;
margin-right: 8px;
font-weight: normal;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ion-item ion-icon {
}

ion-item ion-note {
font-size: 15px;
font-size: 0.9375rem;
margin-right: 8px;
font-weight: normal;
}
Expand Down
2 changes: 1 addition & 1 deletion vue-vite/official/list/src/components/MessageListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const isIos = () => {
}
.list-item ion-note {
font-size: 15px;
font-size: 0.9375rem;
margin-right: 8px;
font-weight: normal;
}
Expand Down

0 comments on commit 9a93f01

Please sign in to comment.