Skip to content

Commit 71a2ff9

Browse files
committed
refactor(item): update color and font size
1 parent 7000033 commit 71a2ff9

File tree

79 files changed

+2
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+2
-0
lines changed

core/src/components/item/item.ionic.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
--border-color: #{globals.$ionic-color-neutral-300};
1212
--border-style: #{globals.$ionic-border-style-solid};
1313
--border-width: #{0 0 globals.$ionic-border-size-025 0};
14+
--color: #{globals.$ionic-color-neutral-1200};
1415
--detail-icon-color: #{globals.$ionic-color-neutral-800};
1516
--detail-icon-font-size: #{globals.$ionic-scale-600};
1617
--detail-icon-opacity: 1;
@@ -21,6 +22,7 @@
2122
--padding-start: #{globals.$ionic-space-400};
2223

2324
font-family: globals.$ionic-font-family;
25+
font-size: globals.$ionic-font-size-400;
2426
}
2527

2628
// Inner Item
789 Bytes
793 Bytes
585 Bytes
11 Bytes
195 Bytes
9 Bytes
8 Bytes
196 Bytes
14 Bytes

0 commit comments

Comments
 (0)