Skip to content

Commit 54244e9

Browse files
Update link base and hover colors (#57)
* Update link base and hover colors * Update snapshots
1 parent 637c585 commit 54244e9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/components/__snapshots__/Button.spec.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ exports[`Button renders as a tag variant 1`] = `
4343

4444
exports[`Button renders button that looks like a link 1`] = `
4545
<button
46-
className="sc-gsnTZi sc-dkzDqf czjxlp kMkEHE"
46+
className="sc-gsnTZi sc-dkzDqf czjxlp jmylct"
4747
>
4848
Click Me
4949
</button>

src/components/__snapshots__/ManageCookies.spec.tsx.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`ManageCookies with osano renders button 1`] = `
44
<button
5-
className="sc-gsnTZi sc-dkzDqf czjxlp kMkEHE"
5+
className="sc-gsnTZi sc-dkzDqf czjxlp jmylct"
66
onClick={[Function]}
77
>
88
Manage Cookies
@@ -12,7 +12,7 @@ exports[`ManageCookies with osano renders button 1`] = `
1212
exports[`ManageCookies with osano renders button in wrapper 1`] = `
1313
<div>
1414
<button
15-
className="sc-gsnTZi sc-dkzDqf czjxlp kMkEHE"
15+
className="sc-gsnTZi sc-dkzDqf czjxlp jmylct"
1616
onClick={[Function]}
1717
>
1818
Manage Cookies
@@ -22,7 +22,7 @@ exports[`ManageCookies with osano renders button in wrapper 1`] = `
2222

2323
exports[`ManageCookies with osano renders button with content 1`] = `
2424
<button
25-
className="sc-gsnTZi sc-dkzDqf czjxlp kMkEHE"
25+
className="sc-gsnTZi sc-dkzDqf czjxlp jmylct"
2626
onClick={[Function]}
2727
>
2828
some content

src/theme.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { palette } from "./theme/palette";
44
export const colors = {
55
palette: palette,
66
link: {
7-
color: '#027EB5',
8-
hover: '#0064A0',
7+
color: '#026AA1',
8+
hover: '#005481',
99
}
1010
};
1111

0 commit comments

Comments
 (0)