Skip to content

Commit

Permalink
improve dashboard ui
Browse files Browse the repository at this point in the history
  • Loading branch information
salahlalami committed Sep 29, 2024
1 parent cb93d53 commit d53b3c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/locale/Localization.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ export default function Localization({ children }) {
return (
<ConfigProvider
theme={{
// algorithm: theme.darkAlgorithm,
token: {
colorPrimary: '#1640D6',
colorPrimary: '#339393',
colorLink: '#1640D6',
borderRadius: 8,
borderRadius: 0,
},
}}
>
Expand Down

0 comments on commit d53b3c9

Please sign in to comment.