Skip to content

Commit

Permalink
fix: Change option styles (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh authored Jan 11, 2021
1 parent 85f9fa1 commit c479d70
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/fuselage/src/components/Options/Option/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const OptionDescription = (props) => (
);
const OptionIcon = ({ name }) => (
<OptionColumn>
<Icon size='x16' name={name} />
<Icon size='x20' name={name} />
</OptionColumn>
);

Expand Down
10 changes: 8 additions & 2 deletions packages/fuselage/src/components/Options/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
display: flex;
align-items: center;

margin-inline: lengths.margin(-4);
margin-inline: lengths.margin(-2);
}

&:hover,
Expand Down Expand Up @@ -51,7 +51,7 @@
%column {
flex: 0 0 auto;

margin-inline: lengths.margin(4);
margin-inline: lengths.margin(2);
}

.rcx-option__avatar {
Expand All @@ -69,6 +69,12 @@
.rcx-option__column {
@extend %column;
display: flex;

justify-content: center;
align-items: center;

min-width: lengths.size(20);
min-height: lengths.size(20);
}

.rcx-option__description {
Expand Down

0 comments on commit c479d70

Please sign in to comment.