mirror of
https://github.com/bitwarden/web
synced 2025-12-21 18:53:38 +00:00
Apply Prettier (#1347)
This commit is contained in:
8
src/scss/export.module.scss.d.ts
vendored
8
src/scss/export.module.scss.d.ts
vendored
@@ -1,8 +1,8 @@
|
||||
export interface ThemeVariableExport {
|
||||
lightInputColor: string;
|
||||
lightInputPlaceholderColor: string;
|
||||
darkInputColor: string;
|
||||
darkInputPlaceholderColor: string;
|
||||
lightInputColor: string;
|
||||
lightInputPlaceholderColor: string;
|
||||
darkInputColor: string;
|
||||
darkInputPlaceholderColor: string;
|
||||
}
|
||||
|
||||
export const ThemeVariables: ThemeVariableExport;
|
||||
|
||||
Reference in New Issue
Block a user