Skip to content

Commit 154b02c

Browse files
shleewhiteglorilialenkrantz
authored
feat: One Twilio style updates (#3010)
Co-authored-by: Glorili Alejandro <[email protected]> Co-authored-by: gloriliale <[email protected]> Co-authored-by: Nora Krantz <[email protected]>
1 parent d970988 commit 154b02c

File tree

43 files changed

+227
-303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+227
-303
lines changed

.changeset/cuddly-terms-grab.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@twilio-paste/breadcrumb': patch
3+
'@twilio-paste/core': patch
4+
---
5+
6+
[Breadcrumb] Update styles to align with new Paste Twilio theme

.changeset/fast-rats-ring.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@twilio-paste/anchor': patch
3+
'@twilio-paste/core': patch
4+
---
5+
6+
[Anchor] Update styles to align with new Paste Twilio theme

.changeset/funny-buckets-repair.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@twilio-paste/separator': patch
3+
'@twilio-paste/core': patch
4+
---
5+
6+
[Separator] Update styles to align with new Paste Twilio theme

.changeset/nasty-files-notice.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@twilio-paste/callout': patch
3+
'@twilio-paste/core': patch
4+
---
5+
6+
[Callout] Update styles to align with new Paste Twilio theme

.changeset/neat-windows-relate.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@twilio-paste/label': patch
3+
'@twilio-paste/core': patch
4+
---
5+
6+
[Label] Update styles to align with new Paste Twilio theme

.changeset/strange-trees-kiss.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@twilio-paste/table': patch
3+
'@twilio-paste/core': patch
4+
---
5+
6+
[Table] Update styles to align with new Paste Twilio theme

.changeset/tricky-cups-camp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@twilio-paste/input-box': patch
3+
'@twilio-paste/core': patch
4+
---
5+
6+
[Input Box] Update styles to align with new Paste Twilio theme

.changeset/wise-jars-do.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@twilio-paste/heading': patch
3+
'@twilio-paste/core': patch
4+
---
5+
6+
[Heading] Update styles to align with new Paste Twilio theme

packages/paste-core/components/anchor/src/DefaultAnchor.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ const DefaultAnchor = React.forwardRef<HTMLAnchorElement, AnchorProps>((props, r
1616
ref={ref}
1717
textDecoration="underline"
1818
_active={{
19-
color: 'colorTextLinkStronger',
19+
color: 'colorTextLinkStrongest',
2020
textDecoration: 'none',
2121
}}
2222
_focus={{
2323
boxShadow: 'shadowFocus',
24-
color: 'colorTextLinkStronger',
25-
textDecoration: 'none',
24+
color: 'colorTextLink',
25+
textDecoration: 'underline',
2626
}}
2727
_hover={{
2828
color: 'colorTextLinkStronger',

packages/paste-core/components/anchor/src/InverseAnchor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const InverseAnchor = React.forwardRef<HTMLAnchorElement, AnchorProps>((props, r
2222
_focus={{
2323
boxShadow: 'shadowFocusInverse',
2424
color: 'colorTextInverse',
25-
textDecoration: 'none',
25+
textDecoration: 'underline',
2626
}}
2727
_hover={{
2828
color: 'colorTextInverse',

0 commit comments

Comments
 (0)