Skip to content

Commit

Permalink
use slate85 as caption color to match text
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed Jul 5, 2022
1 parent 73de768 commit 993c991
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spotlight-client/src/UiLibrary/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// =============================================================================

import { palette } from "@recidiviz/design-system";
import { ValuesType } from "utility-types";

const gray = "#D6DCDC";
Expand Down Expand Up @@ -58,7 +59,7 @@ export default {
background: white,
buttonBackground: white,
buttonBackgroundHover: gray,
caption: pinePale,
caption: palette.text.caption,
chartAxis: pine,
chartGridLine: gray,
chartNoData: gray,
Expand Down

0 comments on commit 993c991

Please sign in to comment.