From adc4da1fa36cc9c30ea36e25de1a6cefcce0bc97 Mon Sep 17 00:00:00 2001 From: aaronvg Date: Mon, 8 Jul 2024 10:12:40 -0700 Subject: [PATCH] fix env vars button color (#762) --- typescript/playground-common/src/shared/Selectors.tsx | 10 +++++----- .../playground-common/src/shared/SettingsDialog.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/typescript/playground-common/src/shared/Selectors.tsx b/typescript/playground-common/src/shared/Selectors.tsx index 447ae8101..4d7bbe37d 100644 --- a/typescript/playground-common/src/shared/Selectors.tsx +++ b/typescript/playground-common/src/shared/Selectors.tsx @@ -75,7 +75,7 @@ const TestDropdown: React.FC = () => { return (
- + Test {selected && } @@ -128,7 +128,7 @@ const JumpToFunction: React.FC = () => { source_file: selected.span.file_path, value: `${selected.span.file_path.split('/').pop() ?? '.baml'}:${selected.span.start_line + 1}`, }} - className='text-xs text-muted-foreground decoration-0 py-0' + className='py-0 text-xs text-muted-foreground decoration-0' /> ) } @@ -156,7 +156,7 @@ const JumpToTestCase: React.FC = () => { export const ViewSelector: React.FC = () => { return (
-
+
@@ -168,13 +168,13 @@ export const ViewSelector: React.FC = () => { - + diff --git a/typescript/playground-common/src/shared/SettingsDialog.tsx b/typescript/playground-common/src/shared/SettingsDialog.tsx index beef5b68e..7eec05bb1 100644 --- a/typescript/playground-common/src/shared/SettingsDialog.tsx +++ b/typescript/playground-common/src/shared/SettingsDialog.tsx @@ -181,7 +181,7 @@ export const ShowSettingsButton: React.FC<{ iconClassName: string }> = ({ iconCl const button = (