diff --git a/web/app/components/datasets/create/stepper/step.tsx b/web/app/components/datasets/create/stepper/step.tsx index ff0dd066ab..f40a275b04 100644 --- a/web/app/components/datasets/create/stepper/step.tsx +++ b/web/app/components/datasets/create/stepper/step.tsx @@ -30,7 +30,7 @@ export const StepperStep: FC = (props) => { ? 'text-white' : !isDisabled ? 'text-text-tertiary' - : 'text-text-tertiary/30', + : 'text-text-tertiary opacity-30', )}> {label} @@ -41,7 +41,7 @@ export const StepperStep: FC = (props) => { ? 'text-text-accent' : !isDisabled ? 'text-text-tertiary' - : 'text-text-tertiary/30', + : 'text-text-tertiary opacity-30', )}>{name} } diff --git a/web/app/components/datasets/create/top-bar/index.tsx b/web/app/components/datasets/create/top-bar/index.tsx index 87ed8ed503..526ae870ad 100644 --- a/web/app/components/datasets/create/top-bar/index.tsx +++ b/web/app/components/datasets/create/top-bar/index.tsx @@ -5,7 +5,7 @@ import { useTranslation } from 'react-i18next' import { Stepper, type StepperProps } from '../stepper' import classNames from '@/utils/classnames' -export type TopbarProps = Pick & { +export type TopbarProps = Pick & { className?: string } @@ -21,7 +21,7 @@ export const Topbar: FC = (props) => { return
-

+

{t('datasetCreation.steps.header.creation')}

diff --git a/web/app/components/datasets/create/website/base/error-message.tsx b/web/app/components/datasets/create/website/base/error-message.tsx index aa337ec4bf..f061c4624e 100644 --- a/web/app/components/datasets/create/website/base/error-message.tsx +++ b/web/app/components/datasets/create/website/base/error-message.tsx @@ -18,7 +18,7 @@ const ErrorMessage: FC = ({ return (
- +
{title}
{errorMsg && (