mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Form components. New login page.
This commit is contained in:
parent
9d09d89aef
commit
a09867f28c
14 changed files with 165 additions and 45 deletions
|
|
@ -6,6 +6,7 @@ export default function Icon({ icon, className, size = 'M' }) {
|
|||
return (
|
||||
<div
|
||||
className={classNames(styles.icon, className, {
|
||||
[styles.xl]: size === 'XL',
|
||||
[styles.large]: size === 'L',
|
||||
[styles.medium]: size === 'M',
|
||||
[styles.small]: size === 'S',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue