mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-24 18:31:16 +01:00
Base environments fully working
This commit is contained in:
@@ -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={() => {
|
||||
|
||||
Reference in New Issue
Block a user