芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@buffetjs/styles/src/components/Label/index.js
/** * * Label * */ import styled from 'styled-components'; import colors from '../../assets/styles/colors'; import sizes from '../../assets/styles/sizes'; const Label = styled.label` width: 100%; font-weight: ${sizes.fontWeight.semiBold}; font-size: ${sizes.input.fontSize}; color: ${colors.blueTxt}; `; export default Label;