Skip to content

Commit

Permalink
fix(datagrid): update placeholder text for contrast
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Wilken <[email protected]>
  • Loading branch information
gnomeontherun committed May 21, 2021
1 parent c9a70fd commit a1c1b33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016-2020 VMware, Inc. All Rights Reserved.
// Copyright (c) 2016-2021 VMware, Inc. All Rights Reserved.
// This software is released under MIT license.
// The full license information can be found in LICENSE in the root directory of this project.

Expand Down Expand Up @@ -33,7 +33,7 @@
--clr-datagrid-detail-caret-icon-open-bg-color: var(--clr-color-action-600);
--clr-datagrid-detail-caret-icon-open-icon-color: var(--clr-color-neutral-0);

--clr-datagrid-placeholder-color: var(--clr-color-neutral-500);
--clr-datagrid-placeholder-color: var(--clr-color-neutral-700);
--clr-datagrid-placeholder-font-size: #{$clr-h5-font-size};

--clr-datagrid-pagination-btn-disabled-opacity: #{$clr-datagrid-pagination-btn-disabled-opacity};
Expand Down

0 comments on commit a1c1b33

Please sign in to comment.