Skip to content

Commit fda52f5

Browse files
committed
docs(tokens): update shared file comments
1 parent c66561e commit fda52f5

4 files changed

Lines changed: 6 additions & 9 deletions

File tree

core/src/themes/base/shared.tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Tokens shared between the theme files.
2+
* Common tokens utilized multiple times across all theme files.
33
*/
44

55
const hexColors = {

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
2-
* Tokens shared between the MD theme files or are being used in the files
3-
* multiple times.
2+
* Common tokens utilized multiple times across `ionic` theme files.
43
*/
54

65
import { mix, rgba } from '../../utils/theme';

core/src/themes/ios/shared.tokens.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
2-
* Tokens shared between the iOS theme files or are being used in the files
3-
* multiple times.
2+
* Common tokens utilized multiple times across `ios` theme files.
43
*/
54

65
import { dynamicFont } from '../../utils/theme';

core/src/themes/md/shared.tokens.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
2-
* Tokens shared between the MD theme files or are being used in the files
3-
* multiple times.
2+
* Common tokens utilized multiple times across `md` theme files.
43
*/
54

65
import { mix, rgba } from '../../utils/theme';
@@ -148,6 +147,6 @@ export const components = {
148147
itemDivider: {
149148
font: {
150149
size: 14,
151-
}
152-
}
150+
},
151+
},
153152
};

0 commit comments

Comments
 (0)