Merged in fix/SW-2725 (pull request #2217)
fix(SW-2725): change to correct icon color (burgundy) * fix(SW-2725): change to correct icon color (burgundy) Approved-by: Erik Tiekstra
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon"
|
import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon"
|
||||||
|
import { Typography } from "@scandic-hotels/design-system/Typography"
|
||||||
|
|
||||||
import Link from "@/components/TempDesignSystem/Link"
|
import Link from "@/components/TempDesignSystem/Link"
|
||||||
import Body from "@/components/TempDesignSystem/Text/Body"
|
|
||||||
|
|
||||||
import styles from "./shortcutsListItems.module.css"
|
import styles from "./shortcutsListItems.module.css"
|
||||||
|
|
||||||
@@ -24,9 +24,9 @@ export default function ShortcutsListItems({
|
|||||||
variant="shortcut"
|
variant="shortcut"
|
||||||
className={styles.link}
|
className={styles.link}
|
||||||
>
|
>
|
||||||
<Body textTransform="bold" color="burgundy">
|
<Typography variant="Body/Paragraph/mdBold">
|
||||||
<span>{shortcut.text || shortcut.title}</span>
|
<span>{shortcut.text || shortcut.title}</span>
|
||||||
</Body>
|
</Typography>
|
||||||
<MaterialIcon color="CurrentColor" icon="arrow_forward" />
|
<MaterialIcon color="CurrentColor" icon="arrow_forward" />
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -12,3 +12,7 @@
|
|||||||
.listItem:last-child {
|
.listItem:last-child {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link {
|
||||||
|
color: var(--Text-Interactive-Default);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user