Skip to content

Commit da3ec0b

Browse files
authored
fix: sync with Elements tokens (#108)
1 parent c087c04 commit da3ec0b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ css({
6767
'.message': {
6868
textAlign: 'center',
6969
marginBottom: '{space.4}',
70-
color: '{elements.color.text.secondary.default}'
70+
color: '{elements.text.secondary.color.static}'
7171
},
7272
'.icons': {
7373
display: 'grid',

layouts/article.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ css({
4848
display: 'inline-flex',
4949
alignItems: 'center',
5050
fontSize: '{text.lg.fontSize}',
51-
borderBottom: '1px solid {elements.border.secondary.default}',
51+
borderBottom: '1px solid {elements.border.secondary.static}',
5252
'& :deep(svg)': {
5353
width: '{size.16}',
5454
height: '{size.16}',
@@ -66,7 +66,7 @@ css({
6666
marginBottom: '{space.4}'
6767
},
6868
time: {
69-
color: '{elements.color.text.secondary.default}'
69+
color: '{elements.text.secondary.color.static}'
7070
},
7171
'.prose': {
7272
'& :deep(h1)': {

0 commit comments

Comments
 (0)