mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
9 lines
191 B
Text
Executable file
9 lines
191 B
Text
Executable file
@import "ui-variables";
|
|
|
|
atom-text-editor {
|
|
padding-top: @component-padding;
|
|
padding-right: @component-padding;
|
|
padding-bottom: @component-padding;
|
|
|
|
color: @input-background-color;
|
|
}
|