`1px solid ${theme.COLORS.divider}`};
+ border-bottom: ${({ theme }) => `1px solid ${theme.COLORS.border}`};
${MEDIA_QUERIES.lgUp} {
margin: 0 ${SPACER.x2large};
diff --git a/src/shared-components/dropdown/__snapshots__/test.tsx.snap b/src/shared-components/dropdown/__snapshots__/test.tsx.snap
index 588a4802d..9c3d45095 100644
--- a/src/shared-components/dropdown/__snapshots__/test.tsx.snap
+++ b/src/shared-components/dropdown/__snapshots__/test.tsx.snap
@@ -16,12 +16,12 @@ exports[`
UI snapshots renders correctly 1`] = `
-moz-appearance: none;
appearance: none;
box-shadow: 0px 8px 24px rgba(52,51,82,0.05);
- background: #ffffff;
+ background: #FFFFFF;
background-image: none;
width: 100%;
min-height: 3.5rem;
max-height: 3.5rem;
- border: 1px solid #ededf0;
+ border: 1px solid #EDEDF0;
border-radius: 4px;
color: #524D6E;
line-height: 3.5rem;
diff --git a/src/shared-components/dropdown/style.ts b/src/shared-components/dropdown/style.ts
index 21f9315ea..c0e453c1a 100644
--- a/src/shared-components/dropdown/style.ts
+++ b/src/shared-components/dropdown/style.ts
@@ -168,12 +168,12 @@ export const DropdownOption = styled.li<{
padding: 18px ${SPACER.medium} 14px ${SPACER.medium};
&:hover {
- background-color: ${({ theme }) => theme.COLORS.infoBackground};
+ background-color: ${({ theme }) => theme.COLORS.infoLight};
}
&:focus {
outline: none;
- background-color: ${({ theme }) => theme.COLORS.infoBackground};
+ background-color: ${({ theme }) => theme.COLORS.infoLight};
box-shadow: ${BOX_SHADOWS.focusInner};
}
diff --git a/src/shared-components/field/__snapshots__/test.tsx.snap b/src/shared-components/field/__snapshots__/test.tsx.snap
index d10b80189..06e36a1c1 100644
--- a/src/shared-components/field/__snapshots__/test.tsx.snap
+++ b/src/shared-components/field/__snapshots__/test.tsx.snap
@@ -43,8 +43,8 @@ exports[`
UI Snapshot renders with default props 1`] = `
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
- background: #ffffff;
- border: 1px solid #ededf0;
+ background: #FFFFFF;
+ border: 1px solid #EDEDF0;
border-radius: 0.25rem;
color: #524D6E;
-webkit-transition: border-color 350ms;
@@ -58,8 +58,8 @@ exports[`
UI Snapshot renders with default props 1`] = `
.emotion-1:active,
.emotion-1:focus {
outline: none;
- border-color: #332e54;
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ border-color: #332E54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
}
.emotion-1:active ~ .e1gqjikl0,
@@ -70,26 +70,26 @@ exports[`
UI Snapshot renders with default props 1`] = `
}
.emotion-1::-webkit-input-placeholder {
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-1::-moz-placeholder {
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-1:-ms-input-placeholder {
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-1::placeholder {
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-1[disabled] {
- background-color: #ededf0;
- color: #c3c0cd;
+ background-color: #EDEDF0;
+ color: #C3C0CD;
cursor: not-allowed;
- border: 1px solid #ededf0;
+ border: 1px solid #EDEDF0;
box-shadow: none;
}
@@ -149,8 +149,8 @@ exports[`
UI Snapshot renders with errorMessage, hintMessage and hideMe
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
- background: #ffffff;
- border: 1px solid #ededf0;
+ background: #FFFFFF;
+ border: 1px solid #EDEDF0;
border-radius: 0.25rem;
color: #524D6E;
-webkit-transition: border-color 350ms;
@@ -164,8 +164,8 @@ exports[`
UI Snapshot renders with errorMessage, hintMessage and hideMe
.emotion-0:active,
.emotion-0:focus {
outline: none;
- border-color: #332e54;
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ border-color: #332E54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
}
.emotion-0:active ~ .emotion-3,
@@ -176,26 +176,26 @@ exports[`
UI Snapshot renders with errorMessage, hintMessage and hideMe
}
.emotion-0::-webkit-input-placeholder {
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-0::-moz-placeholder {
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-0:-ms-input-placeholder {
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-0::placeholder {
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-0[disabled] {
- background-color: #ededf0;
- color: #c3c0cd;
+ background-color: #EDEDF0;
+ color: #C3C0CD;
cursor: not-allowed;
- border: 1px solid #ededf0;
+ border: 1px solid #EDEDF0;
box-shadow: none;
}
@@ -231,7 +231,7 @@ exports[`
UI Snapshot renders with errorMessage, hintMessage and hideMe
.emotion-8 .e1gqjikl4:focus,
.emotion-8 .emotion-1:focus {
border-color: #BD200F;
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
}
.emotion-2 {
@@ -340,8 +340,8 @@ exports[`
UI Snapshot renders with label and labelFor props 1`] = `
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
- background: #ffffff;
- border: 1px solid #ededf0;
+ background: #FFFFFF;
+ border: 1px solid #EDEDF0;
border-radius: 0.25rem;
color: #524D6E;
-webkit-transition: border-color 350ms;
@@ -355,8 +355,8 @@ exports[`
UI Snapshot renders with label and labelFor props 1`] = `
.emotion-3:active,
.emotion-3:focus {
outline: none;
- border-color: #332e54;
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ border-color: #332E54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
}
.emotion-3:active ~ .e1gqjikl0,
@@ -367,26 +367,26 @@ exports[`
UI Snapshot renders with label and labelFor props 1`] = `
}
.emotion-3::-webkit-input-placeholder {
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-3::-moz-placeholder {
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-3:-ms-input-placeholder {
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-3::placeholder {
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-3[disabled] {
- background-color: #ededf0;
- color: #c3c0cd;
+ background-color: #EDEDF0;
+ color: #C3C0CD;
cursor: not-allowed;
- border: 1px solid #ededf0;
+ border: 1px solid #EDEDF0;
box-shadow: none;
}
diff --git a/src/shared-components/field/style.ts b/src/shared-components/field/style.ts
index 8e7bed31a..48e0f8fb1 100644
--- a/src/shared-components/field/style.ts
+++ b/src/shared-components/field/style.ts
@@ -55,7 +55,7 @@ const inputStyles = (theme: ThemeType) => css`
}
&[disabled] {
- background-color: ${theme.COLORS.disabled};
+ background-color: ${theme.COLORS.defaultLight};
color: ${theme.COLORS.textDisabled};
cursor: not-allowed;
border: 1px solid ${theme.COLORS.border};
diff --git a/src/shared-components/indicator/__snapshots__/test.tsx.snap b/src/shared-components/indicator/__snapshots__/test.tsx.snap
index 070ff488f..0c054ae04 100644
--- a/src/shared-components/indicator/__snapshots__/test.tsx.snap
+++ b/src/shared-components/indicator/__snapshots__/test.tsx.snap
@@ -35,7 +35,7 @@ exports[`
UI snapshots renders the correct css with a number 1`] =
font-size: 0.75rem;
line-height: 1.67;
font-weight: bold;
- color: #ffffff;
+ color: #FFFFFF;
}
UI snapshots renders the correct css with a text 1`] = `
font-size: 0.75rem;
line-height: 1.67;
font-weight: bold;
- color: #ffffff;
+ color: #FFFFFF;
}
UI snapshots renders the correct css with custom pro
display: block;
height: 20px;
width: 20px;
- background-color: #ffffff;
+ background-color: #FFFFFF;
border-radius: 50%;
opacity: 0;
-webkit-animation-name: animation-0;
@@ -154,7 +154,7 @@ exports[`
UI snapshots renders the correct css with default pr
left: 0;
bottom: 0;
right: 0;
- background-color: #f8f8fa;
+ background-color: #F8F8FA;
}
.emotion-6 {
@@ -177,7 +177,7 @@ exports[`
UI snapshots renders the correct css with default pr
display: block;
height: 14px;
width: 14px;
- background-color: #332e54;
+ background-color: #332E54;
border-radius: 50%;
opacity: 0;
-webkit-animation-name: animation-0;
diff --git a/src/shared-components/optionButton/__snapshots__/test.tsx.snap b/src/shared-components/optionButton/__snapshots__/test.tsx.snap
index acee65d31..ed28221fe 100644
--- a/src/shared-components/optionButton/__snapshots__/test.tsx.snap
+++ b/src/shared-components/optionButton/__snapshots__/test.tsx.snap
@@ -3,8 +3,8 @@
exports[`
UI snapshots checkbox selected, without custom icon 1`] = `
.emotion-9 {
border-radius: 4px;
- background-color: #ffffff;
- border: 1px solid #ededf0;
+ background-color: #FFFFFF;
+ border: 1px solid #EDEDF0;
box-shadow: 0px 8px 24px rgba(52,51,82,0.05);
cursor: pointer;
-webkit-transition: box-shadow 200ms;
@@ -21,7 +21,7 @@ exports[`
UI snapshots checkbox selected, without custom icon 1`
.emotion-9:focus {
outline: none;
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
}
.emotion-7 {
@@ -44,8 +44,8 @@ exports[`
UI snapshots checkbox selected, without custom icon 1`
.emotion-1 {
border: 1px solid;
- border-color: #332e54;
- background: #ffffff;
+ border-color: #332E54;
+ background: #FFFFFF;
width: 32px;
height: 32px;
display: -webkit-box;
@@ -69,8 +69,8 @@ exports[`
UI snapshots checkbox selected, without custom icon 1`
-webkit-transition: all 350ms;
transition: all 350ms;
border-radius: 4px;
- background: #332e54;
- border-color: #332e54;
+ background: #332E54;
+ border-color: #332E54;
}
.emotion-1 svg {
@@ -81,8 +81,8 @@ exports[`
UI snapshots checkbox selected, without custom icon 1`
.emotion-1 svg {
opacity: 1;
- color: #ffffff;
- fill: #ffffff;
+ color: #FFFFFF;
+ fill: #FFFFFF;
}
.emotion-0 {
@@ -147,8 +147,8 @@ exports[`
UI snapshots checkbox selected, without custom icon 1`
exports[`
UI snapshots radio unselected, with icon node prop 1`] = `
.emotion-9 {
border-radius: 4px;
- background-color: #ffffff;
- border: 1px solid #ededf0;
+ background-color: #FFFFFF;
+ border: 1px solid #EDEDF0;
box-shadow: 0px 8px 24px rgba(52,51,82,0.05);
cursor: pointer;
-webkit-transition: box-shadow 200ms;
@@ -165,7 +165,7 @@ exports[`
UI snapshots radio unselected, with icon node prop 1`]
.emotion-9:focus {
outline: none;
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
}
.emotion-7 {
@@ -207,8 +207,8 @@ exports[`
UI snapshots radio unselected, with icon node prop 1`]
.emotion-1 {
border: 1px solid;
- border-color: #332e54;
- background: #ffffff;
+ border-color: #332E54;
+ background: #FFFFFF;
width: 32px;
height: 32px;
display: -webkit-box;
@@ -244,8 +244,8 @@ exports[`
UI snapshots radio unselected, with icon node prop 1`]
.emotion-1 svg {
opacity: 1;
- color: #332e54;
- fill: #332e54;
+ color: #332E54;
+ fill: #332E54;
}
UI snapshot renders with custom props 1`] = `
position: absolute;
width: 100%;
height: 5px;
- background-color: #f4f2b0;
+ background-color: #554CB3;
-webkit-animation: animation-0 30s ease-in;
animation: animation-0 30s ease-in;
-webkit-transform: translateX(-5%);
@@ -93,7 +93,7 @@ exports[`
UI snapshot renders with default props 1`] = `
top: 0;
left: 0;
right: 0;
- background: #f8f8fa;
+ background: #F8F8FA;
overflow: hidden;
-webkit-transition: opacity 350ms ease-in-out 500ms;
transition: opacity 350ms ease-in-out 500ms;
@@ -106,7 +106,7 @@ exports[`
UI snapshot renders with default props 1`] = `
position: absolute;
width: 100%;
height: 4px;
- background-color: #332e54;
+ background-color: #332E54;
-webkit-animation: animation-0 20s ease-in;
animation: animation-0 20s ease-in;
-webkit-transform: translateX(-5%);
diff --git a/src/shared-components/progressBar/test.tsx b/src/shared-components/progressBar/test.tsx
index 9b6e1e157..0a0d75e83 100644
--- a/src/shared-components/progressBar/test.tsx
+++ b/src/shared-components/progressBar/test.tsx
@@ -18,7 +18,7 @@ describe('
', () => {
UI snapshots when Icon added displays check mark for
-webkit-transition: color 350ms,-webkit-transform 350ms;
-webkit-transition: color 350ms,transform 350ms;
transition: color 350ms,transform 350ms;
- color: #ffffff;
+ color: #FFFFFF;
}
.emotion-9 {
@@ -68,7 +68,7 @@ exports[`
UI snapshots when Icon added displays check mark for
}
.emotion-9:focus .emotion-6 {
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
border-radius: 4px;
}
@@ -95,8 +95,8 @@ exports[`
UI snapshots when Icon added displays check mark for
-webkit-transition: background-color 350ms;
transition: background-color 350ms;
border-radius: 4px;
- background-color: #332e54;
- border-color: #332e54;
+ background-color: #332E54;
+ border-color: #332E54;
}
.emotion-3:active,
@@ -172,7 +172,7 @@ exports[`
UI snapshots when Icon added displays check mark for
}
.emotion-9:focus .emotion-6 {
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
border-radius: 100%;
}
@@ -218,7 +218,7 @@ exports[`
UI snapshots when Icon added displays check mark for
-webkit-transition: color 350ms,-webkit-transform 350ms;
-webkit-transition: color 350ms,transform 350ms;
transition: color 350ms,transform 350ms;
- color: #ffffff;
+ color: #FFFFFF;
}
.emotion-3 {
@@ -244,8 +244,8 @@ exports[`
UI snapshots when Icon added displays check mark for
-webkit-transition: background-color 350ms;
transition: background-color 350ms;
border-radius: 100%;
- background-color: #332e54;
- border-color: #332e54;
+ background-color: #332E54;
+ border-color: #332E54;
}
.emotion-3:active,
@@ -359,7 +359,7 @@ exports[`
UI snapshots when Icon added displays icon for check
}
.emotion-9:focus .emotion-6 {
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
border-radius: 4px;
}
@@ -397,7 +397,7 @@ exports[`
UI snapshots when Icon added displays icon for check
transition: background-color 350ms;
border-radius: 4px;
background-color: transparent;
- border-color: #332e54;
+ border-color: #332E54;
}
.emotion-3:active,
@@ -473,7 +473,7 @@ exports[`
UI snapshots when Icon added displays icon for radio
}
.emotion-9:focus .emotion-6 {
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
border-radius: 100%;
}
@@ -545,7 +545,7 @@ exports[`
UI snapshots when Icon added displays icon for radio
transition: background-color 350ms;
border-radius: 100%;
background-color: transparent;
- border-color: #332e54;
+ border-color: #332E54;
}
.emotion-3:active,
@@ -655,7 +655,7 @@ exports[`
UI snapshots when Icon added hides icon for checkbox
}
.emotion-8:focus .emotion-5 {
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
border-radius: 4px;
}
@@ -683,7 +683,7 @@ exports[`
UI snapshots when Icon added hides icon for checkbox
transition: background-color 350ms;
border-radius: 4px;
background-color: transparent;
- border-color: #332e54;
+ border-color: #332E54;
}
.emotion-2:active,
@@ -745,7 +745,7 @@ exports[`
UI snapshots when Icon added hides icon for radio bu
}
.emotion-8:focus .emotion-5 {
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
border-radius: 100%;
}
@@ -800,7 +800,7 @@ exports[`
UI snapshots when Icon added hides icon for radio bu
transition: background-color 350ms;
border-radius: 100%;
background-color: transparent;
- border-color: #332e54;
+ border-color: #332E54;
}
.emotion-2:active,
@@ -869,7 +869,7 @@ exports[`
UI snapshots when checked type is primary 1`] = `
}
.emotion-9:focus .emotion-6 {
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
border-radius: 100%;
}
@@ -915,7 +915,7 @@ exports[`
UI snapshots when checked type is primary 1`] = `
-webkit-transition: color 350ms,-webkit-transform 350ms;
-webkit-transition: color 350ms,transform 350ms;
transition: color 350ms,transform 350ms;
- color: #ffffff;
+ color: #FFFFFF;
}
.emotion-3 {
@@ -941,8 +941,8 @@ exports[`
UI snapshots when checked type is primary 1`] = `
-webkit-transition: background-color 350ms;
transition: background-color 350ms;
border-radius: 100%;
- background-color: #332e54;
- border-color: #332e54;
+ background-color: #332E54;
+ border-color: #332E54;
}
.emotion-3:active,
@@ -1022,7 +1022,7 @@ exports[`
UI snapshots when checked type is secondary 1`] = `
}
.emotion-9:focus .emotion-6 {
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
border-radius: 100%;
}
@@ -1068,7 +1068,7 @@ exports[`
UI snapshots when checked type is secondary 1`] = `
-webkit-transition: color 350ms,-webkit-transform 350ms;
-webkit-transition: color 350ms,transform 350ms;
transition: color 350ms,transform 350ms;
- color: #ffffff;
+ color: #FFFFFF;
}
.emotion-3 {
@@ -1094,8 +1094,8 @@ exports[`
UI snapshots when checked type is secondary 1`] = `
-webkit-transition: background-color 350ms;
transition: background-color 350ms;
border-radius: 100%;
- background-color: #a6a1e2;
- border-color: #a6a1e2;
+ background-color: #A6A1E2;
+ border-color: #A6A1E2;
}
.emotion-3:active,
@@ -1175,7 +1175,7 @@ exports[`
UI snapshots when children is a node 1`] = `
}
.emotion-8:focus .emotion-5 {
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
border-radius: 100%;
}
@@ -1230,7 +1230,7 @@ exports[`
UI snapshots when children is a node 1`] = `
transition: background-color 350ms;
border-radius: 100%;
background-color: transparent;
- border-color: #332e54;
+ border-color: #332E54;
}
.emotion-2:active,
@@ -1299,7 +1299,7 @@ exports[`
UI snapshots when children is undefined 1`] = `
}
.emotion-6:focus .emotion-5 {
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
border-radius: 100%;
}
@@ -1354,7 +1354,7 @@ exports[`
UI snapshots when children is undefined 1`] = `
transition: background-color 350ms;
border-radius: 100%;
background-color: transparent;
- border-color: #332e54;
+ border-color: #332E54;
}
.emotion-2:active,
@@ -1445,7 +1445,7 @@ exports[`
UI snapshots when is checkbox 1`] = `
}
.emotion-8:focus .emotion-5 {
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
border-radius: 4px;
}
@@ -1473,7 +1473,7 @@ exports[`
UI snapshots when is checkbox 1`] = `
transition: background-color 350ms;
border-radius: 4px;
background-color: transparent;
- border-color: #332e54;
+ border-color: #332E54;
}
.emotion-2:active,
diff --git a/src/shared-components/tabs/__snapshots__/test.tsx.snap b/src/shared-components/tabs/__snapshots__/test.tsx.snap
index c0850e96d..f35a433fc 100644
--- a/src/shared-components/tabs/__snapshots__/test.tsx.snap
+++ b/src/shared-components/tabs/__snapshots__/test.tsx.snap
@@ -63,18 +63,18 @@ exports[`
UI snapshot renders with default props 1`] = `
-webkit-transition: 350ms;
transition: 350ms;
border-radius: 0.25rem;
- color: #332e54;
+ color: #332E54;
}
.emotion-0:hover {
- color: #332e54;
+ color: #332E54;
-webkit-transition: 350ms;
transition: 350ms;
}
.emotion-0:focus {
outline: none;
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
}
.emotion-2 {
@@ -107,18 +107,18 @@ exports[`
UI snapshot renders with default props 1`] = `
-webkit-transition: 350ms;
transition: 350ms;
border-radius: 0.25rem;
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-2:hover {
- color: #332e54;
+ color: #332E54;
-webkit-transition: 350ms;
transition: 350ms;
}
.emotion-2:focus {
outline: none;
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
}
UI snapshot renders with initialActiveTabId and onClick props
-webkit-transition: 350ms;
transition: 350ms;
border-radius: 0.25rem;
- color: #332e54;
+ color: #332E54;
}
.emotion-2:hover {
- color: #332e54;
+ color: #332E54;
-webkit-transition: 350ms;
transition: 350ms;
}
.emotion-2:focus {
outline: none;
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
}
.emotion-0 {
@@ -252,18 +252,18 @@ exports[`
UI snapshot renders with initialActiveTabId and onClick props
-webkit-transition: 350ms;
transition: 350ms;
border-radius: 0.25rem;
- color: #c3c0cd;
+ color: #C3C0CD;
}
.emotion-0:hover {
- color: #332e54;
+ color: #332E54;
-webkit-transition: 350ms;
transition: 350ms;
}
.emotion-0:focus {
outline: none;
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
}
UI snapshot renders the component 1`] = `
}
.emotion-2 > div:first-of-type > input:focus {
- box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #332e54;
+ box-shadow: 0px 0px 0px 2px #FFFFFF,0px 0px 0px 4px #332E54;
outline: none;
border-radius: 12px;
}
@@ -164,9 +164,9 @@ exports[`
UI snapshot renders the component 1`] = `
"MozBoxSizing": "border-box",
"WebkitBoxSizing": "border-box",
"alignSelf": "center",
- "background": "#ffffff",
+ "background": "#FFFFFF",
"backgroundColor": "rgb(255,255,255)",
- "border": "1px solid #ededf0",
+ "border": "1px solid #EDEDF0",
"borderRadius": "50%",
"boxShadow": "none",
"boxSizing": "border-box",
diff --git a/src/shared-components/tooltip/__snapshots__/test.tsx.snap b/src/shared-components/tooltip/__snapshots__/test.tsx.snap
index 773036379..9bdad2018 100644
--- a/src/shared-components/tooltip/__snapshots__/test.tsx.snap
+++ b/src/shared-components/tooltip/__snapshots__/test.tsx.snap
@@ -19,10 +19,10 @@ exports[`
UI snapshot renders content and children 1`] = `
.emotion-7 {
max-width: none;
top: 120%;
- background: #332e54;
+ background: #332E54;
box-shadow: 0px 8px 24px rgba(51,46,84,0.05);
border-radius: 0.5rem;
- color: #ffffff;
+ color: #FFFFFF;
min-width: 100px;
opacity: 0;
padding: 1rem;
@@ -64,7 +64,7 @@ exports[`
UI snapshot renders content and children 1`] = `
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
- color: #332e54;
+ color: #332E54;
-webkit-transition: color 350ms,-webkit-transform 350ms;
-webkit-transition: color 350ms,transform 350ms;
transition: color 350ms,transform 350ms;
@@ -96,7 +96,7 @@ exports[`
UI snapshot renders content and children 1`] = `
>