We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625a821 commit d39c483Copy full SHA for d39c483
src/styles/theme.ts
@@ -43,7 +43,7 @@ export const darkTheme: DefaultTheme = {
43
base: '#353535',
44
highlight: '#444',
45
},
46
- placeholder:"#ebecf0",
+ placeholder: '#ebecf0',
47
};
48
49
export const lightTheme: DefaultTheme = {
@@ -88,5 +88,5 @@ export const lightTheme: DefaultTheme = {
88
base: '#ebebeb',
89
highlight: '#f5f5f5',
90
91
- placeholder:"#6b728c",
+ placeholder: '#6b728c',
92
styled.d.ts
@@ -42,7 +42,7 @@ export interface LagoonTheme {
42
base: string;
highlight: string;
- placeholder:string;
+ placeholder: string;
}
declare module 'styled-components' {
0 commit comments