mirror of
https://github.com/zhigang1992/connect.git
synced 2026-04-29 01:45:38 +08:00
fix(ui): remove unset from svg elements
This commit is contained in:
committed by
Hank Stoever
parent
475f2c61ac
commit
576475c64d
@@ -4,7 +4,7 @@ import { Box, BoxProps } from '../box';
|
||||
|
||||
export const CloseIcon: React.FC<BoxProps> = props => (
|
||||
<Box {...props}>
|
||||
<Svg width="100%" height="unset" viewBox="0 0 10 10">
|
||||
<Svg width="100%" viewBox="0 0 10 10">
|
||||
<path
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
|
||||
@@ -3,7 +3,7 @@ import { Box, BoxProps } from '../box';
|
||||
|
||||
export const ExclamationMarkCircleIcon: React.FC<BoxProps> = props => (
|
||||
<Box {...props}>
|
||||
<svg width="100%" height="unset" viewBox="0 0 16 16" fill="none">
|
||||
<svg width="100%" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
|
||||
Reference in New Issue
Block a user