Skip to content

Commit

Permalink
chore: Remove Box Shadow CSS class, Change "Host" to "Master" in Core…
Browse files Browse the repository at this point in the history
…SettingsModal.tsx
  • Loading branch information
MatinDehghanian committed Sep 2, 2024
1 parent b4dbba7 commit eac8f06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/dashboard/src/components/CoreSettingsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ const CoreSettingModalContent: FC = () => {
{nodes?.[0] && (
<Select
size="sm"
className="bx-shadow"
style={{ width: "auto" }}
disabled={disabled}
bg={disabled ? "gray.100" : "transparent"}
Expand All @@ -294,7 +293,7 @@ const CoreSettingModalContent: FC = () => {
}
>
<option key={"host"} value={"host"} defaultChecked>
Host
Master
</option>
{nodes &&
nodes.map((s) => {
Expand Down

0 comments on commit eac8f06

Please sign in to comment.