fix(cp-frontend): fix chevron extend

This commit is contained in:
Sérgio Ramos 2017-09-01 00:17:44 +01:00
parent f67da0aeef
commit 8ee09f8716
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ import {
Chevron
} from 'joyent-ui-toolkit';
const EnvironmentChevron = Chevron.extend`
const EnvironmentChevron = styled(Chevron)`
float: right;
`;