Skip to content

Commit 3a4ee0c

Browse files
committed
litt mer styling fiksing
1 parent 8bc7b08 commit 3a4ee0c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

v3/packages/internarbeidsflate-decorator-v3/src/components/SearchArea.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const SearchArea: React.FC = () => {
6464
<div className="dr-relative">
6565
<TextField
6666
ref={ref}
67-
className="dr-border dr-border-solid dr-border-gray-400 dr-rounded-medium"
67+
className="!dr-border !dr-border-solid !dr-border-gray-400 !dr-rounded-medium"
6868
aria-label="Personsøk"
6969
type="text"
7070
autoComplete="off"
@@ -74,7 +74,7 @@ const SearchArea: React.FC = () => {
7474
label={undefined}
7575
/>
7676
<Button
77-
className="dr-absolute dr-top-0 dr-bottom-0 dr-right-0 dr-m-[1px] focus:dr-outline-none focus:dr-ring focus:dr-ring-orange-500 dr-text-white hover:dr-text-white hover:dr-bg-gray-600"
77+
className="!dr-absolute !dr-top-0 !dr-bottom-0 !dr-right-0 !dr-m-[1px] focus:!dr-outline-none focus:!dr-ring focus:!dr-ring-orange-500 !dr-text-white hover:!dr-text-white hover:!dr-bg-gray-600"
7878
icon={config.icon}
7979
variant="tertiary-neutral"
8080
aria-label={config.label}

v3/packages/internarbeidsflate-decorator-v3/src/components/modals/HotkeyModal.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const HotkeyModal: React.FC<Props> = ({ hotkeys, open, close }) => {
1313
<Modal
1414
open={open}
1515
onClose={close}
16+
className='!dr-text-gray-900'
1617
header={{ heading: 'Hurtigtaster', closeButton: true }}
1718
>
1819
<Modal.Body>

v3/packages/internarbeidsflate-decorator-v3/src/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.dekorator .navds-form-field {
77
display: block !important;
8-
font-size: var(--a-front-size-large);
8+
font-size: var(--a-font-size-large);
99
line-height: var(--a-font-line-height-large);
1010
}
1111

0 commit comments

Comments
 (0)