Skip to content

Commit

Permalink
import semantic styles
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Mar 25, 2024
1 parent 968efe3 commit 62eb3ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 2 additions & 0 deletions lib/Modal/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import React from "react";
import styled from "styled-components";
import { Modal as SemanticModal } from "semantic-ui-react";
import "semantic-ui-css/components/modal.min.css";
import "semantic-ui-css/components/dimmer.min.css";

import Button from "../styled/Button";
import { SystemClose } from "@osn/icons/opensquare";
Expand Down
1 change: 1 addition & 0 deletions lib/styled/Dropdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import styled from "styled-components";
import { Dropdown as DropdownBase } from "semantic-ui-react";
import "semantic-ui-css/components/dropdown.min.css";
import { ArrowCaretDown } from "@osn/icons/opensquare";
import { cn } from "../utils";

Expand Down
7 changes: 0 additions & 7 deletions src/stories/DropdownSelector.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ import DropdownSelector from "../../lib/DropdownSelector";
export default {
title: "DropdownSelector",
component: DropdownSelector,
parameters: {
docs: {
description: {
component: "requires semantic-ui-css",
},
},
},
};

const options = Array.from({ length: 10 })
Expand Down

0 comments on commit 62eb3ac

Please sign in to comment.