Skip to content

Commit f377dfa

Browse files
Merge pull request #4213 from RedisInsight/fe/bugfix/RI-6462-fix-styling
RI-6462 fix styling
2 parents 7802b04 + 1d557d6 commit f377dfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
}
3737

3838
.footer {
39-
padding-top: 24px;
39+
padding-top: 20px;
4040
text-align: right;
41-
padding-bottom: 1px;
41+
padding-bottom: 4px;
4242
}
4343

4444
.button {

redisinsight/ui/src/components/oauth/oauth-user-profile/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
border-radius: 100%;
1616

17-
background-color: var(--euiTooltipBackgroundColor);
17+
background-color: var(--insightsTriggerBgColor);
1818

1919
cursor: pointer;
2020
}

0 commit comments

Comments
 (0)