mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
[CL-522] Reduce font size for checkbox and radio labels (#12251)
This commit is contained in:
@@ -25,10 +25,9 @@ export class RadioInputComponent implements BitFormControlAbstraction {
|
||||
"tw-border",
|
||||
"tw-border-solid",
|
||||
"tw-border-secondary-600",
|
||||
"tw-w-5",
|
||||
"tw-h-5",
|
||||
"tw-w-[1.12rem]",
|
||||
"tw-h-[1.12rem]",
|
||||
"tw-mr-1.5",
|
||||
"tw-bottom-[-1px]", // Fix checkbox looking off-center
|
||||
"tw-flex-none", // Flexbox fix for bit-form-control
|
||||
|
||||
"hover:tw-border-2",
|
||||
|
||||
Reference in New Issue
Block a user