Skip to content

Commit

Permalink
Made Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
emrebilge committed Dec 1, 2023
1 parent 77ce871 commit 456773d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
text-overflow: ellipsis;
}

/* Size variants */
.small {
padding: 2px 6px;
font-size: 11px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/TagComponent/Tag.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import styles from "./Tag.modules.css";
import styles from "./Tag.module.css";
import { TagProps } from "./Tag.definitions";

const Tag = ({
Expand Down

0 comments on commit 456773d

Please sign in to comment.