Skip to content

Commit

Permalink
fix font color in tooltips with light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
soker90 committed Jan 4, 2024
1 parent ebc37f6 commit c66c540
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# [3.5.2] - 04/01/2024
- Corregido el color de texto de los tooltips de las graficas con el tema claro

# [3.5.1] - 03/08/2023
- Corregidos botón de borrar en los date pickers

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Eduardo Parra Mazuecos",
"email": "eduparra90@gmail.com",
"licence": "MIT",
"version": "3.5.1",
"version": "3.5.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* tslint:disable */

/**
* Mock Service Worker (1.2.2).
* Mock Service Worker (1.2.3).
* @see https://github.com/mswjs/msw
* - Please do NOT modify this file.
* - Please do NOT serve this file on production.
Expand Down
6 changes: 3 additions & 3 deletions src/components/PricesChart/Chart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ const Chart = ({
borderWidth: 1,
borderColor: theme.palette.divider,
backgroundColor: theme.palette.background.default,
titleFontColor: theme.palette.text.primary,
bodyFontColor: theme.palette.text.secondary,
footerFontColor: theme.palette.text.secondary,
titleColor: theme.palette.text.primary,
bodyColor: theme.palette.text.secondary,
footerColor: theme.palette.text.secondary,
callbacks: {
title: () => {
},
Expand Down

1 comment on commit c66c540

@vercel
Copy link

@vercel vercel bot commented on c66c540 Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

arroyo-erp-client – ./

arroyo-erp-client-soker90.vercel.app
arroyo-erp-client.vercel.app
arroyo-erp-client-git-master-soker90.vercel.app

Please sign in to comment.