Skip to content

Commit 89943df

Browse files
committed
refactor: minor styling changes
1 parent 80fcc29 commit 89943df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/assets-library/src/icons/icon-type.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const enum IconType {
2323
ChevronLeft = 'svg:chevron-left',
2424
ChevronRight = 'svg:chevron-right',
2525
ChevronUp = 'svg:chevron-up',
26+
Clear = 'clear',
2627
Close = 'svg:close',
2728
CloseCircle = 'svg:close-circle',
2829
CloseCircleFilled = 'svg:close-circle-filled',

projects/components/src/button/button.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
display: flex;
3333
align-items: center;
3434
justify-content: center;
35-
min-width: 40px;
35+
min-width: 20px;
3636
padding: 0;
3737
border: none;
3838
cursor: pointer;

0 commit comments

Comments
 (0)