Skip to content

Commit a49d48a

Browse files
committed
chore: update colors
1 parent d99cf21 commit a49d48a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hoc/LoginComponent.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React, { useState } from 'react';
33
export interface LoginComponentProps {
44
apiUrl?: string;
55
backUrl?: string;
6-
/* @default #01EDBC */
6+
/* @default #FBCC26 */
77
buttonBackgroundColor?: string;
88
/* @default #111 */
99
buttonColor?: string;
@@ -244,7 +244,7 @@ export const LoginComponent = ({
244244
disabled={isBusy}
245245
style={{
246246
appearance: 'none',
247-
background: buttonBackgroundColor || '#01EDBC',
247+
background: buttonBackgroundColor || '#FBCC26',
248248
borderRadius: '52px',
249249
border: 'none',
250250
padding: '12px 32px',

0 commit comments

Comments
 (0)