feat(web/ui): replace inline font-size violations and use new primitives in components
This commit is contained in:
@@ -342,13 +342,7 @@ export const InstanceList = ({
|
||||
{sshKeys.map((key) => (
|
||||
<label
|
||||
key={key.id}
|
||||
className="checkbox-label"
|
||||
style={{
|
||||
fontSize: "0.75rem",
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
gap: "0.25rem",
|
||||
}}
|
||||
className="checkbox-label checkbox-label-compact"
|
||||
>
|
||||
<input
|
||||
type="checkbox"
|
||||
@@ -487,13 +481,7 @@ export const InstanceList = ({
|
||||
{sshKeys.map((key) => (
|
||||
<label
|
||||
key={key.id}
|
||||
className="checkbox-label"
|
||||
style={{
|
||||
fontSize: "0.75rem",
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
gap: "0.25rem",
|
||||
}}
|
||||
className="checkbox-label checkbox-label-compact"
|
||||
>
|
||||
<input
|
||||
type="checkbox"
|
||||
|
||||
Reference in New Issue
Block a user