Merged in fix/SW-1561-hotelpage-ui (pull request #2542)
Fix(SW-1561): Hotelpage design and token update * fix(SW-1561): fix sidepeek subtitle * fix(SW-1561): update mapCard to new tokens and update styling * fix(SW-1561): correct Typography lowcase titles Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -40,10 +40,10 @@ export const TitleMd: Story = {
|
||||
children: <h1>The quick brown fox jumps over the lazy dog</h1>,
|
||||
},
|
||||
}
|
||||
export const TitleMdRegular: Story = {
|
||||
name: 'Title/mdRegular',
|
||||
export const TitleMdLowCase: Story = {
|
||||
name: 'Title/mdLowCase',
|
||||
args: {
|
||||
variant: 'Title/mdRegular',
|
||||
variant: 'Title/mdLowCase',
|
||||
children: <h1>The quick brown fox jumps over the lazy dog</h1>,
|
||||
},
|
||||
}
|
||||
@@ -54,10 +54,10 @@ export const TitleSm: Story = {
|
||||
children: <h1>The quick brown fox jumps over the lazy dog</h1>,
|
||||
},
|
||||
}
|
||||
export const TitleSmRegular: Story = {
|
||||
name: 'Title/smRegular',
|
||||
export const TitleSmLowCase: Story = {
|
||||
name: 'Title/smLowCase',
|
||||
args: {
|
||||
variant: 'Title/smRegular',
|
||||
variant: 'Title/smLowCase',
|
||||
children: <h1>The quick brown fox jumps over the lazy dog</h1>,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user