From 5c5964cf9df28698bb53d3de82f845ceaa4a910d Mon Sep 17 00:00:00 2001 From: Nathan Vasse Date: Mon, 8 Jan 2024 11:36:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(react)=20change=20most=20tertiary?= =?UTF-8?q?=20buttons=20to=20tertiary-text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since the addition of tertiary-text variant, the original tertiary variant has seen its background color changing from transparent to greyscale-100, the change has impacted lots of components making them look odd. So that's why I updated most of old tertiary to tertiary-text. Fixes #223 --- .../react/src/components/DataGrid/index.stories.tsx | 4 ++-- .../src/components/Forms/DatePicker/Calendar.tsx | 12 ++++++------ .../src/components/Forms/DatePicker/CalendarCell.tsx | 2 +- .../components/Forms/DatePicker/DatePickerAux.tsx | 4 ++-- .../Forms/FileUploader/FileUploaderMulti.tsx | 2 +- .../src/components/Forms/Select/mono-common.tsx | 4 ++-- .../src/components/Forms/Select/multi-common.tsx | 4 ++-- packages/react/src/components/Pagination/index.tsx | 8 ++++---- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/react/src/components/DataGrid/index.stories.tsx b/packages/react/src/components/DataGrid/index.stories.tsx index 0c16d92..2860647 100644 --- a/packages/react/src/components/DataGrid/index.stories.tsx +++ b/packages/react/src/components/DataGrid/index.stories.tsx @@ -82,7 +82,7 @@ export const ClientSideWithoutPagination = () => { id: "actions", renderCell: () => (