Skip to content

Commit fdefbe6

Browse files
committed
feat(ionic): use gray token for separator color
1 parent 1ac2ba8 commit fdefbe6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/themes/ionic/light.tokens.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ export const lightTheme: LightTheme = {
1919
colorSelected: 'var(--ion-tab-bar-color-selected, #0d4bc3)',
2020
borderColor: 'var(--ion-tab-bar-border-color, transparent)',
2121
},
22+
IonBreadcrumb: {
23+
separatorColor: '#a0a0a0',
24+
},
2225
},
2326
};

0 commit comments

Comments
 (0)