mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix some components style
This commit is contained in:
parent
a04bffbec9
commit
3b84161ec5
@ -40,14 +40,14 @@ export const HR = ({
|
||||
orientation === "vertical" && {
|
||||
width: px(1),
|
||||
height: "auto",
|
||||
marginVertical: ts(1),
|
||||
marginHorizontal: ts(2),
|
||||
marginY: ts(1),
|
||||
marginX: ts(2),
|
||||
},
|
||||
orientation === "horizontal" && {
|
||||
height: px(1),
|
||||
width: "auto",
|
||||
marginHorizontal: ts(1),
|
||||
marginVertical: ts(2),
|
||||
marginX: ts(1),
|
||||
marginY: ts(2),
|
||||
},
|
||||
],
|
||||
props,
|
||||
|
@ -83,6 +83,7 @@ export const IconButton = forwardRef(function IconButton<AsProps = PressableProp
|
||||
focusRipple
|
||||
{...(css(
|
||||
{
|
||||
alignSelf: "center",
|
||||
p: ts(1),
|
||||
m: px(2),
|
||||
borderRadius: 9999,
|
||||
|
Loading…
x
Reference in New Issue
Block a user