File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ exports[`Button renders as a tag variant 1`] = `
43
43
44
44
exports [` Button renders button that looks like a link 1` ] = `
45
45
<button
46
- className = " sc-gsnTZi sc-dkzDqf czjxlp kMkEHE "
46
+ className = " sc-gsnTZi sc-dkzDqf czjxlp jmylct "
47
47
>
48
48
Click Me
49
49
</button >
Original file line number Diff line number Diff line change 2
2
3
3
exports [` ManageCookies with osano renders button 1` ] = `
4
4
<button
5
- className = " sc-gsnTZi sc-dkzDqf czjxlp kMkEHE "
5
+ className = " sc-gsnTZi sc-dkzDqf czjxlp jmylct "
6
6
onClick = { [Function ]}
7
7
>
8
8
Manage Cookies
@@ -12,7 +12,7 @@ exports[`ManageCookies with osano renders button 1`] = `
12
12
exports [` ManageCookies with osano renders button in wrapper 1` ] = `
13
13
<div >
14
14
<button
15
- className = " sc-gsnTZi sc-dkzDqf czjxlp kMkEHE "
15
+ className = " sc-gsnTZi sc-dkzDqf czjxlp jmylct "
16
16
onClick = { [Function ]}
17
17
>
18
18
Manage Cookies
@@ -22,7 +22,7 @@ exports[`ManageCookies with osano renders button in wrapper 1`] = `
22
22
23
23
exports [` ManageCookies with osano renders button with content 1` ] = `
24
24
<button
25
- className = " sc-gsnTZi sc-dkzDqf czjxlp kMkEHE "
25
+ className = " sc-gsnTZi sc-dkzDqf czjxlp jmylct "
26
26
onClick = { [Function ]}
27
27
>
28
28
some content
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import { palette } from "./theme/palette";
4
4
export const colors = {
5
5
palette : palette ,
6
6
link : {
7
- color : '#027EB5 ' ,
8
- hover : '#0064A0 ' ,
7
+ color : '#026AA1 ' ,
8
+ hover : '#005481 ' ,
9
9
}
10
10
} ;
11
11
You can’t perform that action at this time.
0 commit comments