mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user