Skip to content

Commit 3c9a16e

Browse files
Merge pull request #2399 from RedisInsight/fe/bugfixi/RI-4787_Select_provider_design_mismatches
#RI-4787 - [FE] Select provider and region panel design mismatches
2 parents de3ac7f + 852c36e commit 3c9a16e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

redisinsight/ui/src/components/oauth/oauth-select-plan/styles.module.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
svg {
4444
width: auto;
45-
height: 30px;
45+
height: initial;
4646
}
4747
}
4848
}
@@ -63,18 +63,16 @@
6363
margin-left: auto;
6464
margin-right: auto;
6565

66-
padding-top: 2px;
67-
6866
background-color: var(--euiColorPrimary);
6967

7068
width: 22px;
7169
height: 22px;
72-
border-radius: 11px;
70+
border-radius: 50%;
7371
z-index: 5;
7472

7573
svg {
7674
width: 12px;
77-
height: 12px;
75+
height: 22px;
7876
fill: var(--euiColorMediumShade);
7977

8078
path {

0 commit comments

Comments
 (0)