ref(scss) Variables cleanup (#13521)

Remove some unused variables
Replace variables that are only used once with their value
This commit is contained in:
Robert Pintilii
2023-07-04 12:34:41 +03:00
committed by GitHub
parent f950dc90b9
commit 2c8dedcb85
24 changed files with 49 additions and 212 deletions

View File

@@ -192,7 +192,7 @@ export const brandedDialog = {
*/
ColorSchemeRegistry.register('Dialog', {
button: {
backgroundColor: schemeColor('buttonBackground'),
backgroundColor: '#44A5FF',
flex: 1,
padding: BoxModel.padding * 1.5
},