Skip to content

Commit

Permalink
MOBILE-4362 styles: Improve some radius
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Oct 6, 2023
1 parent a12d5ef commit b39bd13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/features/block/components/block/block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
flex-direction: column;
background: var(--background);

ion-card {
--border-radius: var(--radius-sm);
}

::ng-deep ion-item-divider {
min-height: var(--item-divider-min-height);
}
Expand Down
3 changes: 3 additions & 0 deletions src/theme/theme.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1236,13 +1236,16 @@ ion-chip {

ion-searchbar {
height: var(--height) !important;
--border-radius: var(--radius-xs);

.searchbar-input-container {
color: var(--color) !important;
height: var(--height) !important;
}

.searchbar-input {
--border-radius: var(--radius-xs);

height: var(--height) !important;
border: 1px solid var(--border-color) !important;
box-shadow: none !important;
Expand Down

0 comments on commit b39bd13

Please sign in to comment.