Base environments fully working

This commit is contained in:
Gregory Schier
2023-11-02 18:43:39 -07:00
parent 7b67770dc7
commit a14db0ab74
9 changed files with 57 additions and 33 deletions

View File

@@ -51,7 +51,7 @@ export const EnvironmentEditDialog = function ({ initialEnvironment }: Props) {
justify="start"
className={classNames(
'w-full',
'text-gray-600 hocus:text-gray-800',
'text-gray-600 hocus:text-gray-800 !ring-0',
selectedEnvironment == null && 'bg-highlightSecondary !text-gray-900',
)}
onClick={() => {