优化 主题色在深色模式下显示亮度
This commit is contained in:
		| @ -70,8 +70,8 @@ const isActive = (r: RouteLocationNormalized): boolean => { | ||||
| const activeStyle = (tag: RouteLocationNormalized) => { | ||||
|   if (!isActive(tag)) return {}; | ||||
|   return { | ||||
|     'background-color': theme.value, | ||||
|     'border-color': theme.value | ||||
|     'background-color': 'var(--tags-view-active-bg)', | ||||
|     'border-color': 'var(--tags-view-active-border-color)' | ||||
|   }; | ||||
| }; | ||||
| const isAffix = (tag: RouteLocationNormalized) => { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 LiuHao
					LiuHao