diff --git a/client/src/components/Nav/SettingsTabs/ApiKeys/Item.tsx b/client/src/components/Nav/SettingsTabs/ApiKeys/Item.tsx index f0e0092a24..7a1786fd2c 100644 --- a/client/src/components/Nav/SettingsTabs/ApiKeys/Item.tsx +++ b/client/src/components/Nav/SettingsTabs/ApiKeys/Item.tsx @@ -18,7 +18,7 @@ export default function Item({ apiKey }: ItemProps) { const status = getExpiryStatus(apiKey.expiresAt); return ( -
  • +
  • {apiKey.name} diff --git a/client/src/components/Share/ShareView.tsx b/client/src/components/Share/ShareView.tsx index 8ed0303d53..8935fff3fe 100644 --- a/client/src/components/Share/ShareView.tsx +++ b/client/src/components/Share/ShareView.tsx @@ -189,7 +189,7 @@ function ShareHeader({ return (
    -
    +

    @@ -234,7 +234,7 @@ function ShareHeader({
    -
    +
    diff --git a/client/src/components/Sharing/PublicSharingToggle.tsx b/client/src/components/Sharing/PublicSharingToggle.tsx index 35a70dd9d9..61ca48d0c8 100644 --- a/client/src/components/Sharing/PublicSharingToggle.tsx +++ b/client/src/components/Sharing/PublicSharingToggle.tsx @@ -106,7 +106,7 @@ export default function PublicSharingToggle({
    diff --git a/client/src/routes/RouteErrorBoundary.tsx b/client/src/routes/RouteErrorBoundary.tsx index f7ca1db5fa..28a875511c 100644 --- a/client/src/routes/RouteErrorBoundary.tsx +++ b/client/src/routes/RouteErrorBoundary.tsx @@ -129,7 +129,7 @@ export default function RouteErrorBoundary() { role="alert" className="flex min-h-screen flex-col items-center justify-center bg-surface-primary bg-gradient-to-br" > -
    +

    {localize('com_ui_error_unexpected')}

    diff --git a/packages/client/src/components/DataTable/DataTableErrorBoundary.tsx b/packages/client/src/components/DataTable/DataTableErrorBoundary.tsx index ea583cdd67..03d722ff0e 100644 --- a/packages/client/src/components/DataTable/DataTableErrorBoundary.tsx +++ b/packages/client/src/components/DataTable/DataTableErrorBoundary.tsx @@ -73,7 +73,7 @@ class DataTableErrorBoundaryInner extends Component< aria-labelledby="datatable-error-title" aria-describedby="datatable-error-desc" tabIndex={-1} - className="before:bg-surface-destructive/80 relative w-full max-w-md overflow-hidden rounded-lg border border-border-light bg-surface-primary-alt p-6 shadow-sm outline-none before:absolute before:left-0 before:top-0 before:h-full before:w-1 focus:ring-2 focus:ring-text-primary focus:ring-offset-2" + className="relative w-full max-w-md overflow-hidden rounded-lg border border-border-light bg-surface-primary-alt p-6 shadow-sm outline-none before:absolute before:left-0 before:top-0 before:h-full before:w-1 before:bg-surface-destructive/80 focus:ring-2 focus:ring-text-primary focus:ring-offset-2" >