From 37a07b9fd8ff4df534e88682c7c860966e0c63ce Mon Sep 17 00:00:00 2001 From: Jason Ng Date: Wed, 5 Jun 2024 18:05:40 -0400 Subject: [PATCH] [PM-8627] No Results Icon light/dark theme colors (#9522) * update no results icon for light/dark theme --- libs/components/src/icon/icons/no-results.ts | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/libs/components/src/icon/icons/no-results.ts b/libs/components/src/icon/icons/no-results.ts index f68e67f88c..02e03f4c4e 100644 --- a/libs/components/src/icon/icons/no-results.ts +++ b/libs/components/src/icon/icons/no-results.ts @@ -2,17 +2,17 @@ import { svgIcon } from "../icon"; export const NoResults = svgIcon` - - - - - - - - - - - + + + + + + + + + + + `;