mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Add additional information to album: record label, release type, version (#1242)
* Add additional information to album * add mbz release types and normalization * update Pill styling --------- Co-authored-by: jeffvli <jeffvictorli@gmail.com>
This commit is contained in:
parent
3fe6ccf300
commit
e26ffaac53
12 changed files with 223 additions and 40 deletions
9
src/types/mantine.d.ts
vendored
Normal file
9
src/types/mantine.d.ts
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { PillVariant } from '@mantine/core';
|
||||
|
||||
type ExtendedPillVariant = 'outline' | PillVariant;
|
||||
|
||||
declare module '@mantine/core' {
|
||||
export interface PillProps {
|
||||
variant?: ExtendedPillVariant;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue