Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang committed Jan 2, 2024
1 parent 51a8bb5 commit 4f5552a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/canyon-platform/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const App = () => {
<ConfigProvider
theme={{
token: {
colorPrimary: '#8b5cf6',
colorPrimary: '#1677ff',
},
components: {
Menu: {
Expand Down
4 changes: 2 additions & 2 deletions packages/canyon-platform/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
@tailwind utilities;

a{
color: #8b5cf6;
color: #1677ff;
}
a:hover{
color: #8b5cf6;
color: #1677ff;
opacity: .8;
}

0 comments on commit 4f5552a

Please sign in to comment.