mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
style: update tag component CSS formatting
This commit is contained in:
parent
5f468d5b2e
commit
02417dda40
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@ import { SPACING_UNIT, vars } from "../../theme.css";
|
||||||
import { style } from "@vanilla-extract/css";
|
import { style } from "@vanilla-extract/css";
|
||||||
|
|
||||||
export const tagStyle = style({
|
export const tagStyle = style({
|
||||||
borderRadius: '3px',
|
borderRadius: "3px",
|
||||||
border: `1px solid ${vars.color.border}`,
|
border: `1px solid ${vars.color.border}`,
|
||||||
padding: `${SPACING_UNIT / 4}px ${SPACING_UNIT}px`,
|
padding: `${SPACING_UNIT / 4}px ${SPACING_UNIT}px`,
|
||||||
});
|
});
|
||||||
|
|
||||||
export const tagText = style({
|
export const tagText = style({
|
||||||
fontSize: '11px',
|
fontSize: "11px",
|
||||||
})
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue