Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount committed Dec 22, 2024
1 parent 56a42f7 commit 7e3f0fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions app/gui/src/dashboard/providers/BackendProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ import invariant from 'tiny-invariant'

import * as common from 'enso-common'

import {
type Category,
type CategoryId,
isCloudCategory,
} from '#/layouts/CategorySwitcher/Category'
import { type Category, isCloudCategory } from '#/layouts/CategorySwitcher/Category'

import { useEventCallback } from '#/hooks/eventCallbackHooks'
import { BackendType } from '#/services/Backend'
Expand Down
4 changes: 0 additions & 4 deletions app/gui/src/dashboard/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,3 @@ html.disable-animations * {
.Toastify__toast {
@apply rounded-2xl;
}

.Toastify--animate {
/* animation-duration: 200ms; */
}

0 comments on commit 7e3f0fe

Please sign in to comment.