Skip to content

Commit d3a7ca1

Browse files
authored
fix(amazonq): CodeCatalyst login text too small aws#4865
1 parent 1d9ff5f commit d3a7ca1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

packages/core/src/login/webview/vue/login.vue

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@
151151
</svg>
152152
</button>
153153
<div class="auth-container-section">
154-
<div class="header">Sign in with AWS IAM Identity Center:</div>
154+
<div class="header bottomMargin">Sign in with AWS IAM Identity Center:</div>
155155
<div class="code-catalyst-login" v-if="app === 'TOOLKIT'">
156156
<div style="margin-bottom: 4px"></div>
157-
<div class="h4">
158-
Using CodeCatalyst with AWS Builder ID?
157+
<div class="subHeader">
158+
Using AWS Builder ID?
159159
<a href="#" @click="handleCodeCatalystSignin()">Skip to sign-in</a>
160160
</div>
161161
</div>
@@ -565,9 +565,8 @@ export default defineComponent({
565565
color: black;
566566
}
567567
568-
.h4 {
569-
font-size: 8px;
570-
margin-bottom: 8px;
568+
.subHeader {
569+
font-size: 10px;
571570
}
572571
.continue-button {
573572
background-color: var(--vscode-button-background);

0 commit comments

Comments
 (0)