Skip to content

Commit d39c483

Browse files
DaveDarsatobybellwood
authored andcommitted
format
1 parent 625a821 commit d39c483

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/styles/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const darkTheme: DefaultTheme = {
4343
base: '#353535',
4444
highlight: '#444',
4545
},
46-
placeholder:"#ebecf0",
46+
placeholder: '#ebecf0',
4747
};
4848

4949
export const lightTheme: DefaultTheme = {
@@ -88,5 +88,5 @@ export const lightTheme: DefaultTheme = {
8888
base: '#ebebeb',
8989
highlight: '#f5f5f5',
9090
},
91-
placeholder:"#6b728c",
91+
placeholder: '#6b728c',
9292
};

styled.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface LagoonTheme {
4242
base: string;
4343
highlight: string;
4444
};
45-
placeholder:string;
45+
placeholder: string;
4646
}
4747

4848
declare module 'styled-components' {

0 commit comments

Comments
 (0)