Update extension border / line styling (#17059)

* updated border styling of tables

* reducing border thickness

* fixing styling for dark mode

* fixing for dark mode

* removing box shadow from checkbox
This commit is contained in:
stuti149
2021-09-30 22:34:07 +05:30
committed by GitHub
parent 5710a53e86
commit 09884789b5
3 changed files with 15 additions and 22 deletions

View File

@@ -555,7 +555,7 @@ export class DashboardWidget {
justifyContent: 'flex-start',
}).withProps({
CSSStyles: {
'border': '1px solid',
'border': '1px solid rgba(0, 0, 0, 0.1)',
'padding': '15px'
}
}).component();
@@ -812,7 +812,7 @@ export class DashboardWidget {
justifyContent: 'flex-start',
}).withProps({
CSSStyles: {
'border': '1px solid',
'border': '1px solid rgba(0, 0, 0, 0.1)',
'padding': '15px'
}
}).component();