mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Update theme.scss for accessibility (#1212)
* Update theme.scss * Revert theme.scss * Update ManageGroupPermissionResources.jsx
This commit is contained in:
parent
2f3336bfea
commit
a27d603ea3
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ class ManageGroupPermissionResources extends React.Component {
|
|||
appsInGroup.map((app) => (
|
||||
<tr key={app.id}>
|
||||
<td>{app.name}</td>
|
||||
<td className="text-muted">
|
||||
<td className="text-secondary">
|
||||
<div>
|
||||
<label className="form-check form-check-inline">
|
||||
<input
|
||||
|
|
|
|||
Loading…
Reference in a new issue