Commit 482e824 1 parent 0c45f89 commit 482e824 Copy full SHA for 482e824
File tree 2 files changed +6
-6
lines changed
src/components/buttons/icon-button
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"dist/ui-kit.esm.js" : {
3
- "bundled" : 866794 ,
4
- "minified" : 596086 ,
5
- "gzipped" : 121167 ,
3
+ "bundled" : 866786 ,
4
+ "minified" : 596078 ,
5
+ "gzipped" : 121176 ,
6
6
"treeshaked" : {
7
7
"rollup" : {
8
- "code" : 429620 ,
8
+ "code" : 429612 ,
9
9
"import_statements" : 919
10
10
},
11
11
"webpack" : {
12
- "code" : 453947
12
+ "code" : 453939
13
13
}
14
14
}
15
15
}
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ export const IconButton = props => {
48
48
onMouseOut = { props . handleMouseOut }
49
49
css = { [
50
50
css `
51
+ display : flex;
51
52
border : 1px solid ${ vars . colorSurface } ;
52
- display : inline-block;
53
53
background-color : ${ vars . colorSurface } ;
54
54
box-shadow : ${ vars . shadow7 } ;
55
55
color : ${ vars . colorSolid } ;
You can’t perform that action at this time.
0 commit comments