mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
fix: update tag styles to match variables
This commit is contained in:
parent
2f0cd24fb8
commit
0aa36c5a57
@ -8,3 +8,4 @@ export * from "./sidebar/sidebar";
|
||||
export * from "./text-field/text-field";
|
||||
export * from "./checkbox-field/checkbox-field";
|
||||
export * from "./link/link";
|
||||
export * from "./tag/tag";
|
||||
|
@ -1,9 +1,10 @@
|
||||
import { SPACING_UNIT, vars } from "../../theme.css";
|
||||
import { style } from "@vanilla-extract/css";
|
||||
|
||||
export const tagStyle = style({
|
||||
borderRadius: '3px',
|
||||
border: '1px solid #FFFFFF33',
|
||||
padding: '2px 5px',
|
||||
border: `1px solid ${vars.color.border}`,
|
||||
padding: `${SPACING_UNIT / 4}px ${SPACING_UNIT}px`,
|
||||
});
|
||||
|
||||
export const tagText = style({
|
||||
|
Loading…
Reference in New Issue
Block a user