Skip to content

Commit

Permalink
Add missing styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvinb committed Oct 31, 2024
1 parent a8b4f8c commit 9c55a39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/src/components/google-combo-account-card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import AccountCard from '.~/components/account-card';
import RequestFullAccessGoogleAccountCard from '../google-account-card/request-full-access-google-account-card';
import ConnectGoogleComboAccountCard from './connect-google-combo-account-card';
import ConnectedGoogleComboAccountCard from './connected-google-combo-account-card';
import './index.scss';

export default function GoogleComboAccountCard( { disabled = false } ) {
const { google, scope, hasFinishedResolution } = useGoogleAccount();
Expand Down
5 changes: 5 additions & 0 deletions js/src/components/google-combo-account-card/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.gla-google-combo-account-card {
.gla-account-card__actions .app-button {
margin-left: calc(var(--main-gap) / -2);
}
}

0 comments on commit 9c55a39

Please sign in to comment.