Skip to content

Commit

Permalink
chore: 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
minosss committed Jun 22, 2023
1 parent 73039e3 commit e1a1596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ React.PropsWithChildren<{ header: React.ReactNode; style?: React.CSSProperties }
main: {
backgroundColor:
theme.colorScheme === 'dark'
? theme.colors.dark[8]
? theme.colors.gray[9]
: theme.colors.gray[0],
},
})}
Expand Down
1 change: 1 addition & 0 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"manifest_version": 3,
"name": "快递助手",
"version": "0.0.0",
"description": "快递助手,轻松快捷的管理你的快递,支持大部分快递公司、后台查询、桌面提示等功能",
"homepage_url": "https://github.com/minosss/express-plus",
"minimum_chrome_version": "109",
"action": {
Expand Down
1 change: 1 addition & 0 deletions src/pages/search/history-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const HistoryItem = ({ history, onQuery }: HistoryItemProps) => {
return (
<Text color='dimmed' size='sm' sx={(theme) => ({
'userSelect': 'none',
'cursor': 'pointer',
':hover': {
color: theme.colors.blue[7],
},
Expand Down

0 comments on commit e1a1596

Please sign in to comment.