app: remove 'condensed' variant
This commit is contained in:
@@ -38,7 +38,6 @@ export const Alert = (props: AlertProps) => {
|
||||
<div class={styles.alertContent}>
|
||||
<Typography
|
||||
hierarchy="body"
|
||||
family="condensed"
|
||||
size={titleSize()}
|
||||
weight="bold"
|
||||
color="inherit"
|
||||
@@ -46,12 +45,7 @@ export const Alert = (props: AlertProps) => {
|
||||
{props.title}
|
||||
</Typography>
|
||||
<Show when={props.description}>
|
||||
<Typography
|
||||
hierarchy="body"
|
||||
family="condensed"
|
||||
size={bodySize()}
|
||||
color="inherit"
|
||||
>
|
||||
<Typography hierarchy="body" size={bodySize()} color="inherit">
|
||||
{props.description}
|
||||
</Typography>
|
||||
</Show>
|
||||
|
||||
@@ -126,7 +126,6 @@ export const Select = (props: SelectProps) => {
|
||||
hierarchy="label"
|
||||
size="s"
|
||||
weight="bold"
|
||||
family="condensed"
|
||||
in="Select-item-label"
|
||||
>
|
||||
{props.item.rawValue.label}
|
||||
@@ -142,7 +141,6 @@ export const Select = (props: SelectProps) => {
|
||||
hierarchy="label"
|
||||
size="s"
|
||||
weight="bold"
|
||||
family="condensed"
|
||||
color="secondary"
|
||||
in="Select-item-label"
|
||||
>
|
||||
@@ -157,7 +155,6 @@ export const Select = (props: SelectProps) => {
|
||||
hierarchy="label"
|
||||
size="s"
|
||||
weight="normal"
|
||||
family="condensed"
|
||||
color="secondary"
|
||||
in="Select-item-label"
|
||||
>
|
||||
@@ -170,7 +167,6 @@ export const Select = (props: SelectProps) => {
|
||||
hierarchy="label"
|
||||
size="s"
|
||||
weight="bold"
|
||||
family="condensed"
|
||||
in="Select-item-label"
|
||||
>
|
||||
{root.placeholder}
|
||||
@@ -202,7 +198,6 @@ export const Select = (props: SelectProps) => {
|
||||
hierarchy="label"
|
||||
size="s"
|
||||
weight="bold"
|
||||
family="condensed"
|
||||
in="Select-item-label"
|
||||
>
|
||||
{state.selectedOption().label}
|
||||
|
||||
Reference in New Issue
Block a user