Skip to content

Commit

Permalink
fix: dark theme qs modal head
Browse files Browse the repository at this point in the history
  • Loading branch information
farabi-deriv committed Sep 3, 2024
1 parent 7372596 commit 63334cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/bot-builder/quick-strategy/quick-strategy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
@include flex-center(space-between);

border-bottom: 1px solid var(--border-divider);
background-color: var(--general-section-1);

&__title {
@extend .x-center;

padding: 0 2.4rem;
height: var(--header-height);
background-color: var(--general-section-1);
width: var(--sidebar-width);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import { Field, FieldProps, useFormikContext } from 'formik';
import Autocomplete from '@/components/shared_ui/autocomplete';
import { TItem } from '@/components/shared_ui/dropdown-list';
[];
import Text from '@/components/shared_ui/text';
import { ApiHelpers } from '@/external/bot-skeleton';
import { useStore } from '@/hooks/useStore';
Expand Down

0 comments on commit 63334cc

Please sign in to comment.