feat: ✨ 标题样式跟随主题,设置文本颜色会覆盖主题的标题颜色 #96
This commit is contained in:
@@ -18,7 +18,7 @@ export const useGlobalConfig = defineStore('global', {
|
||||
cardColor: '#ff79c6',
|
||||
cardWidth: 140,
|
||||
cardHeight: 200,
|
||||
textColor: '#ffffff',
|
||||
textColor: '#00000000',
|
||||
luckyCardColor: '#ECB1AC',
|
||||
textSize: 30,
|
||||
patternColor: '#1b66c9',
|
||||
@@ -280,7 +280,7 @@ export const useGlobalConfig = defineStore('global', {
|
||||
cardColor: '#ff79c6',
|
||||
cardWidth: 140,
|
||||
cardHeight: 200,
|
||||
textColor: '#ffffff',
|
||||
textColor: '#00000000',
|
||||
luckyCardColor: '#ECB1AC',
|
||||
textSize: 30,
|
||||
patternColor: '#1b66c9',
|
||||
|
||||
Reference in New Issue
Block a user