mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
Removed Tag component.
This commit is contained in:
parent
17601c4dea
commit
57c3d03cc8
4 changed files with 21 additions and 20 deletions
|
|
@ -1,8 +0,0 @@
|
|||
import classNames from 'classnames';
|
||||
import styles from './Tag.module.css';
|
||||
|
||||
function Tag({ className, children }) {
|
||||
return <span className={classNames(styles.tag, className)}>{children}</span>;
|
||||
}
|
||||
|
||||
export default Tag;
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
.tag {
|
||||
padding: 4px 6px;
|
||||
border-radius: 4px;
|
||||
margin-right: 10px;
|
||||
color: var(--primary400);
|
||||
background: var(--blue100);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue